class Sp2_Light: public Sp2_Obj

This class represent a light

Inheritance:


Public Methods

[more] Sp2_Light(char *name, Sp2_Obj *your_father)
Constructor
[more] ~Sp2_Light()
Destructor
[more]void Light()
Light
[more]void Enable()
Active a light
[more]void Disable()
Unactive a light
[more]int IsEnabled()
State of light


Inherited from Sp2_Obj:

Public Fields

ostring Name
oSp2_Obj* father
oint priority
o sons
o entities
oSp_LTrans trans
oSp_Mat4 coord_camera

Public Methods

ovoid Add_Obj(Sp2_Obj *)
ovoid Rem_Obj(Sp2_Obj *)
ovoid Add_Entity(Sp_EntityBase *)
ovoid Rem_Entity(Sp_EntityBase *)
ovoid DrawObj()


Documentation

This class represent a light
o Sp2_Light(char *name, Sp2_Obj *your_father)
Constructor

o ~Sp2_Light()
Destructor

ovoid Light()
Light

ovoid Enable()
Active a light

ovoid Disable()
Unactive a light

oint IsEnabled()
State of light


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.