Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for TextureTransform:
Public Methods | |
TextureTransform (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~TextureTransform () throw () |
Destructor. | |
virtual void | render (Viewer &viewer, VrmlRenderContext context) |
Render the node. | |
Private Methods | |
void | processSet_center (const FieldValue &sfvec2f, double timestamp) throw (std::bad_cast) |
set_center eventIn handler. | |
void | processSet_rotation (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
set_rotation eventIn handler. | |
void | processSet_scale (const FieldValue &sfvec2f, double timestamp) throw (std::bad_cast) |
set_scale eventIn handler. | |
void | processSet_translation (const FieldValue &sfvec2f, double timestamp) throw (std::bad_cast) |
set_translation eventIn handler. | |
Private Attributes | |
SFVec2f | center |
center exposedField. | |
SFFloat | rotation |
rotation exposedField. | |
SFVec2f | scale |
scale exposedField. | |
SFVec2f | translation |
translation exposedField. | |
Friends | |
class | TextureTransformClass |
Class object for TextureTransform instances. |
|
Constructor.
|
|
Destructor.
|
|
set_center eventIn handler.
|
|
set_rotation eventIn handler.
|
|
set_scale eventIn handler.
|
|
set_translation eventIn handler.
|
|
Render the node.
Reimplemented from Node. |
|
Class object for TextureTransform instances.
|
|
center exposedField.
|
|
rotation exposedField.
|
|
scale exposedField.
|
|
translation exposedField.
|