![]() |
Public API Reference |
#include <mdldata.h>
Inheritance diagram for iModelDataLight:

Public Methods | |
| virtual iObject * | QueryObject ()=0 |
| Query the iObject for this light. More... | |
| virtual float | GetRadius () const=0 |
| Return the radius (brightness) of this light. More... | |
| virtual void | SetRadius (float r)=0 |
| Set the radius (brightness) of this light. More... | |
| virtual const csColor & | GetColor () const=0 |
| Return the color of the light. More... | |
| virtual void | SetColor (const csColor &)=0 |
| Set the color of the light. More... | |
| virtual const csVector3 & | GetPosition () const=0 |
| Set the position of the light. More... | |
| virtual void | SetPosition (const csVector3 &)=0 |
| Return the position of the light. More... | |
| virtual iModelDataLight * | Clone () const=0 |
| Clone this light source. More... | |
Definition at line 373 of file imesh/mdldata.h.
|
|
Clone this light source.
Implemented in csModelDataLight. |
|
|
Return the color of the light.
|
|
|
Set the position of the light.
|
|
|
Return the radius (brightness) of this light.
|
|
|
Query the iObject for this light.
|
|
|
Set the color of the light.
|
|
|
Return the position of the light.
|
|
|
Set the radius (brightness) of this light.
|