| | |
- object
-
- Auditory
- Bindable
-
- Background
- Fog
- NavigationInfo
- Viewpoint
- Children
- Geometry
- Interpolator
- Light
- Rendering
- Sensor
-
- PointingSensor
- Texture
- TimeDependent
- Traversable
-
- Grouping
-
- Transforming
class Bindable(object) |
| |
Bindable nodes
Note: All Bindables are also Children, though
that isn't represented here. |
| |
Data and non-method functions defined here:
- __dict__ = <dict-proxy object at 0x07616FA8>
- __doc__ = "Bindable nodes\n\n\tNote: All Bindables are also Children, though\n\t\tthat isn't represented here.\n\t"
- __module__ = 'vrml.vrml97.nodetypes'
- __weakref__ = <member '__weakref__' of 'Bindable' objects>
Methods inherited from object:
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __getattribute__(...)
- x.__getattribute__('name') <==> x.name
- __hash__(...)
- x.__hash__() <==> hash(x)
- __init__(...)
- x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- __reduce__(...)
- helper for pickle
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- __str__(...)
- x.__str__() <==> str(x)
Data and non-method functions inherited from object:
- __class__ = <type 'type'>
- __new__ = <built-in method __new__ of type object at 0x1E0BD978>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
|
class Geometry(object) |
| |
Geometry nodes (Nodes which can appear in the geometry field of shapes) |
| |
Data and non-method functions defined here:
- __dict__ = <dict-proxy object at 0x0734A860>
- __doc__ = 'Geometry nodes (Nodes which can appear in the geometry field of shapes)\n\t'
- __module__ = 'vrml.vrml97.nodetypes'
- __weakref__ = <member '__weakref__' of 'Geometry' objects>
Methods inherited from object:
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __getattribute__(...)
- x.__getattribute__('name') <==> x.name
- __hash__(...)
- x.__hash__() <==> hash(x)
- __init__(...)
- x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- __reduce__(...)
- helper for pickle
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- __str__(...)
- x.__str__() <==> str(x)
Data and non-method functions inherited from object:
- __class__ = <type 'type'>
- __new__ = <built-in method __new__ of type object at 0x1E0BD978>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
|
class Sensor(object) |
| |
Sensor nodes
Note: All Sensors are also Children, though
that isn't represented here. |
| |
Data and non-method functions defined here:
- __dict__ = <dict-proxy object at 0x077FCDC8>
- __doc__ = "Sensor nodes\n\n\tNote: All Sensors are also Children, though\n\t\tthat isn't represented here.\n\t"
- __module__ = 'vrml.vrml97.nodetypes'
- __weakref__ = <member '__weakref__' of 'Sensor' objects>
Methods inherited from object:
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __getattribute__(...)
- x.__getattribute__('name') <==> x.name
- __hash__(...)
- x.__hash__() <==> hash(x)
- __init__(...)
- x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- __reduce__(...)
- helper for pickle
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- __str__(...)
- x.__str__() <==> str(x)
Data and non-method functions inherited from object:
- __class__ = <type 'type'>
- __new__ = <built-in method __new__ of type object at 0x1E0BD978>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
|
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 non-method functions defined here:
- __doc__ = 'Nodes which alter the transform matrix for child...s\n\tonly the one functional node in the type-set\n\t'
- __module__ = 'vrml.vrml97.nodetypes'
Data and non-method functions inherited from Grouping:
- sensitive = 0
Data and non-method functions inherited from Traversable:
- __dict__ = <dict-proxy object at 0x07661E60>
- __weakref__ = <member '__weakref__' of 'Traversable' objects>
Methods inherited from object:
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __getattribute__(...)
- x.__getattribute__('name') <==> x.name
- __hash__(...)
- x.__hash__() <==> hash(x)
- __init__(...)
- x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- __reduce__(...)
- helper for pickle
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- __str__(...)
- x.__str__() <==> str(x)
Data and non-method functions inherited from object:
- __class__ = <type 'type'>
- __new__ = <built-in method __new__ of type object at 0x1E0BD978>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
|
|