#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::Fog:
Public Member Functions | |
Vector3 | getColor () |
void | setColor (Vector3 v) |
std::string | getFogType () |
void | setFogType (std::string v) |
double | getVisibilityRange () |
void | setVisibilityRange (double v) |
Static Public Member Functions | |
static Ref< Fog > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
InputOutput< SFColor > | color |
InputOutput< SFString > | fogType |
InputOutput< SFFloat > | visibilityRange |
Definition at line 1555 of file node.autogen.H.