Choreonoid  1.8
Public Member Functions | Public Attributes | List of all members
cnoid::VRMLLight Class Reference

#include <VRML.h>

Inheritance diagram for cnoid::VRMLLight:
cnoid::VRMLNode cnoid::Referenced cnoid::VRMLDirectionalLight cnoid::VRMLPointLight cnoid::VRMLSpotLight

Public Member Functions

 VRMLLight ()
 
- Public Member Functions inherited from cnoid::VRMLNode
 VRMLNode ()
 
virtual ~VRMLNode ()
 
virtual const char * typeName () const =0
 
bool isCategoryOf (VRMLNodeCategory category)
 
- Public Member Functions inherited from cnoid::Referenced
virtual ~Referenced ()
 

Public Attributes

SFBool on
 
SFColor color
 
SFFloat intensity
 
SFFloat ambientIntensity
 
- Public Attributes inherited from cnoid::VRMLNode
std::string defName
 

Additional Inherited Members

- Protected Member Functions inherited from cnoid::Referenced
 Referenced ()
 
 Referenced (const Referenced &)
 
int refCount () const
 
- Protected Attributes inherited from cnoid::VRMLNode
std::bitset< NUM_VRML_NODE_CATEGORIEScategorySet
 

Constructor & Destructor Documentation

◆ VRMLLight()

VRMLLight::VRMLLight ( )

Member Data Documentation

◆ ambientIntensity

SFFloat cnoid::VRMLLight::ambientIntensity

◆ color

SFColor cnoid::VRMLLight::color

◆ intensity

SFFloat cnoid::VRMLLight::intensity

◆ on

SFBool cnoid::VRMLLight::on

The documentation for this class was generated from the following files: