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. |
openvrml::vrml97_node::texture_transform_node::texture_transform_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) |
Construct.
type | the node_type associated with the instance. | |
scope | the scope that the new node will belong to. |
Reimplemented from openvrml::texture_transform_node.
openvrml::vrml97_node::texture_transform_node::~texture_transform_node | ( | ) | throw () [virtual] |
void openvrml::vrml97_node::texture_transform_node::do_render_texture_transform | ( | viewer & | v | ) | [private, virtual] |
render_texture_transform implementation.
v | viewer. |
Reimplemented from openvrml::texture_transform_node.
openvrml::vrml97_node::texture_transform_node::texture_transform_class [friend] |
Class object for TextureTransform instances.
center exposedField.
rotation exposedField.
scale exposedField.
translation exposedField.