|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpotLightIface
This interface specifies neccessary methods for spot lights
Method Summary | |
---|---|
float |
getRotX()
Returns the degrees of ratation of the light along the x axis |
float |
getRotY()
Returns the degrees of ratation of the light along the y axis |
void |
setRotX(float rotation)
Sets the rotaton of the light along the x axis |
void |
setRotY(float rotation)
Sets the rotaton along the y axis of the light |
Methods inherited from interface de.rico.engine.effect.light.PositionalLightIface |
---|
getPosition, setPosition, setPosition, setX, setY, setZ |
Methods inherited from interface de.rico.engine.effect.light.LightIface |
---|
bind, destroy, release, setEnabled |
Method Detail |
---|
void setRotX(float rotation)
rotation
- degrees of rotationfloat getRotX()
void setRotY(float rotation)
rotation
- degrees of rotationfloat getRotY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |