| 1234567891011121314151617181920212223242526 |
- Object3D - Base class for scene graph objects
- ---------------------------------------------
- .. ...............................................................................
- .. rubric:: Constructor
- .. ...............................................................................
- .. class:: Object3D()
- Base class for scene graph objects
- .. ...............................................................................
- .. rubric:: Attributes
- .. ...............................................................................
- .. attribute:: Object3D.id
- Unique number of this object instance
- .. ...............................................................................
- .. rubric:: Methods
- .. ...............................................................................
- .. ...............................................................................
- .. rubric:: Example
- .. ...............................................................................
|