#include <archon/x3d/server/appear.H>
Inheritance diagram for Archon::X3D::Material:
Public Member Functions | |
const NodeType * | getType () const |
Material (BackRef< ExecutionContext > c) | |
const Vector3 & | getDiffuseColor () const |
const Vector3 & | getSpecularColor () const |
const Vector3 & | getEmissiveColor () const |
double | getAmbientIntensity () const |
double | getShininess () const |
double | getTransparency () const |
double | getRefractiveIndex () const |
Static Public Member Functions | |
static Ref< NodeBase > | instantiate (BackRef< ExecutionContext > c) |
Static Public Attributes | |
static const NodeType * | type = 0 |
Friends | |
void | initializeAppearComponent () |
Definition at line 54 of file appear.H.