viromedia / virocore

ViroCore cross-platform AR/VR renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Depth-First Search function

gmartinsvrf opened this issue · comments

Environment

Please provide the following information about your environment:

  1. OS: Mac 10.14.6 (Mojave)
  2. Version: 1.15
  3. Device(s): Samsung galaxy s8

Description

I'm facing a situation where I need to search for a node that lies within the list of nodes of a 3D object. I wonder if there's a build-in DFS so I can simply use something like object.getNodeByName(node.getName())? Considering that a child may have other children in an object and so forth.