#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::Background:
Public Member Functions | |
std::vector< double > | getGroundAngle () |
void | setGroundAngle (const std::vector< double > &v) |
std::vector< Vector3 > | getGroundColor () |
void | setGroundColor (const std::vector< Vector3 > &v) |
std::vector< std::string > | getBackUrl () |
void | setBackUrl (const std::vector< std::string > &v) |
std::vector< std::string > | getBottomUrl () |
void | setBottomUrl (const std::vector< std::string > &v) |
std::vector< std::string > | getFrontUrl () |
void | setFrontUrl (const std::vector< std::string > &v) |
std::vector< std::string > | getLeftUrl () |
void | setLeftUrl (const std::vector< std::string > &v) |
std::vector< std::string > | getRightUrl () |
void | setRightUrl (const std::vector< std::string > &v) |
std::vector< std::string > | getTopUrl () |
void | setTopUrl (const std::vector< std::string > &v) |
std::vector< double > | getSkyAngle () |
void | setSkyAngle (const std::vector< double > &v) |
std::vector< Vector3 > | getSkyColor () |
void | setSkyColor (const std::vector< Vector3 > &v) |
Static Public Member Functions | |
static Ref< Background > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
InputOutputSeq< MFFloat > | groundAngle |
InputOutputSeq< MFVec3f > | groundColor |
InputOutputSeq< MFString > | backUrl |
InputOutputSeq< MFString > | bottomUrl |
InputOutputSeq< MFString > | frontUrl |
InputOutputSeq< MFString > | leftUrl |
InputOutputSeq< MFString > | rightUrl |
InputOutputSeq< MFString > | topUrl |
InputOutputSeq< MFFloat > | skyAngle |
InputOutputSeq< MFVec3f > | skyColor |
Definition at line 1620 of file node.autogen.H.