splib.scenegraph

Algorithms we often use.

Content:

find(node, path) Query a node or an object by its path from the provided node.
get(node, path) Query a node, an object or a data by its path from the provided node.

splib.scenegraph.find

splib.scenegraph.find(node, path)[source]

Query a node or an object by its path from the provided node.

Example:
find(node, “/root/rigidcube1/visual/OglModel”)

splib.scenegraph.get

splib.scenegraph.get(node, path)[source]

Query a node, an object or a data by its path from the provided node.

Example:
find(node, “/root/rigidcube1/visual/OglModel.position”)