| Home | Download | Screen shots | Discussion | Documentation |
|---|

Public Member Functions | |
| texture_transform_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~texture_transform_node () throw () |
| Destroy. | |
Private Member Functions | |
| virtual void | do_render_texture_transform (viewer &v) |
| render_texture_transform implementation. | |
Private Attributes | |
| exposedfield< sfvec2f > | center_ |
| center exposedField. | |
| exposedfield< sffloat > | rotation_ |
| rotation exposedField. | |
| exposedfield< sfvec2f > | scale_ |
| scale exposedField. | |
| exposedfield< sfvec2f > | translation_ |
| translation exposedField. | |
Friends | |
| class | texture_transform_class |
| Class object for TextureTransform instances. | |
|
||||||||||||
|
Construct.
Reimplemented from openvrml::texture_transform_node. |
|
|
Destroy.
Implements openvrml::texture_transform_node. |
|
|
render_texture_transform implementation.
Reimplemented from openvrml::texture_transform_node. |
|
|
Class object for TextureTransform instances.
|
|
|
center exposedField.
|
|
|
rotation exposedField.
|
|
|
scale exposedField.
|
|
|
translation exposedField.
|