#include <archon/x3d/server/light.H>
Inheritance diagram for Archon::X3D::SpotLight:
Public Member Functions | |
const NodeType * | getType () const |
SpotLight (BackRef< ExecutionContext > c) | |
const Vector3 & | getAttenuation () const |
double | getBeamWidth () const |
double | getCutOffAngle () const |
const Vector3 & | getDirection () const |
const Vector3 & | getLocation () const |
double | getRadius () const |
Static Public Member Functions | |
static Ref< NodeBase > | instantiate (BackRef< ExecutionContext > c) |
Static Public Attributes | |
static const NodeType * | type = 0 |
Friends | |
void | initializeLightComponent () |
Definition at line 151 of file light.H.