| | |
- object
-
- Auditory
- Bindable
-
- Background
- Fog
- NavigationInfo
- Viewpoint
- Children
- Geometry
- Interpolator
- Light
- Rendering
- Sensor
-
- PointingSensor
- Texture
- TimeDependent
- Traversable
-
- Grouping
-
- Transforming
class Auditory(object) |
| |
Auditory nodes (nodes with produce sound) |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Bindable(object) |
| |
Bindable nodes
Note: All Bindables are also Children, though
that isn't represented here. |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Children(object) |
| |
Children nodes (Nodes which can belong to a Grouping) |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- sensitive = 0
|
class Fog(Bindable) |
| |
Fog nodes |
| |
- Method resolution order:
- Fog
- Bindable
- object
Data descriptors inherited from Bindable:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Geometry(object) |
| |
Geometry nodes (Nodes which can appear in the geometry field of shapes) |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Grouping(Traversable) |
| |
Grouping nodes (Nodes which group children together) |
| |
- Method resolution order:
- Grouping
- Traversable
- object
Data and other attributes defined here:
- sensitive = 0
Data descriptors inherited from Traversable:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Interpolator(object) |
| |
Interpolator nodes |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Light(object) |
| |
Light nodes |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Rendering(object) |
| |
Rendering nodes (Shapes) |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Sensor(object) |
| |
Sensor nodes
Note: All Sensors are also Children, though
that isn't represented here. |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Texture(object) |
| |
Texture nodes |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class TimeDependent(object) |
| |
TimeDependent nodes |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Transforming(Grouping) |
| |
Nodes which alter the transform matrix for children
This is a fairly small set of types:
Transform
Billboard
Billboard is not yet implemented, so there's
only the one functional node in the type-set |
| |
- Method resolution order:
- Transforming
- Grouping
- Traversable
- object
Data and other attributes inherited from Grouping:
- sensitive = 0
Data descriptors inherited from Traversable:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class Traversable(object) |
| |
Traversable nodes (Nodes which have node attributes) |
| |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
|