-
Notifications
You must be signed in to change notification settings - Fork 20
Object
Häfner edited this page Mar 23, 2015
·
3 revisions
All scenegraph nodes inherit from VRObject. The functionality can be clustered as follows:
-
hiarchy operations
- addChild( obj )
- switchParent( obj )
- remChild( obj )
- getParent()
- getChild( i )
- getChildren( bool recursive, bool filter_by_type)
- destroy()
- find( str )
-
Naming
- setName( str )
- getName()