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

Public Member Functions | |
| appearance_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~appearance_node () throw () |
| Destroy. | |
| virtual bool | modified () const |
| Determine whether the node has been modified. | |
| virtual const node_ptr & | material () const throw () |
| Get the material node. | |
| virtual const node_ptr & | texture () const throw () |
| Get the texture node. | |
| virtual const node_ptr & | texture_transform () const throw () |
| Get the texture transform node. | |
Private Member Functions | |
| virtual void | do_render_appearance (viewer &v, rendering_context context) |
| render_appearance implementation. | |
Private Attributes | |
| exposedfield< sfnode > | material_ |
| material exposedField. | |
| exposedfield< sfnode > | texture_ |
| texture exposedField. | |
| exposedfield< sfnode > | texture_transform_ |
| textureTransform exposedField. | |
Friends | |
| class | appearance_class |
| Class object for Appearance nodes. | |
|
||||||||||||
|
Construct.
Reimplemented from openvrml::appearance_node. |
|
|
Destroy.
Implements openvrml::appearance_node. |
|
|
Determine whether the node has been modified.
Reimplemented from openvrml::node. |
|
|
Get the material node.
Implements openvrml::appearance_node. |
|
|
Get the texture node.
Implements openvrml::appearance_node. |
|
|
Get the texture transform node.
Implements openvrml::appearance_node. |
|
||||||||||||
|
render_appearance implementation.
Reimplemented from openvrml::appearance_node. |
|
|
Class object for Appearance nodes.
|
|
|
material exposedField.
|
|
|
texture exposedField.
|
|
|
textureTransform exposedField.
|