#include <DefaultAppearance.h>
Inheritance diagram for H3D::DefaultAppearance:

Public Types | |
| typedef DependentSFNode< Appearance, FieldRef< H3DDisplayListObject, H3DDisplayListObject::DisplayList, &H3DDisplayListObject::displayList >, true > | SFAppearance |
| SFAppearanceNode is dependent on the displayList field of its encapsulated X3DAppearanceNode node, i.e. | |
Public Member Functions | |
| DefaultAppearance (Inst< SFNode > _metadata=0, Inst< SFAppearance > _defaultAppearance=0) | |
| Constructor. | |
Public Attributes | |
| auto_ptr< SFAppearance > | defaultAppearance |
| The default appearance node. | |
Static Public Attributes | |
| static H3DNodeDatabase | database |
| The H3DNodeDatabase for this node. | |
The appearance parameters set here will be the default parameters that are used if a part is not specified in the appearance field of a Shape node.
|
|
SFAppearanceNode is dependent on the displayList field of its encapsulated X3DAppearanceNode node, i.e. an event from that field will trigger an event from the SFAppearanceNode as well. |
|
|
The default appearance node.
Default value: true |
1.4.5