#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::Appearance:


Public Member Functions | |
| Ref< MaterialNode > | getMaterial () |
| void | setMaterial (Ref< MaterialNode > v) |
| Ref< TextureNode > | getTexture () |
| void | setTexture (Ref< TextureNode > v) |
| Ref< TextureTransformNode > | getTextureTransform () |
| void | setTextureTransform (Ref< TextureTransformNode > v) |
Static Public Member Functions | |
| static Ref< Appearance > | create (Ref< ExecutionContext > c) |
| static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
| InputOutput< SFNode< MaterialNode > > | material |
| InputOutput< SFNode< TextureNode > > | texture |
| InputOutput< SFNode< TextureTransformNode > > | textureTransform |
Definition at line 1448 of file node.autogen.H.
1.4.4