|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.rico.editor.datamodel.AbstractLightData
de.rico.editor.datamodel.DirectLightData
public class DirectLightData
This class represents a directional light in the world editors data model.
| Constructor Summary | |
|---|---|
DirectLightData(Point3D dir,
Color4f amb,
Color4f diff,
int lightNr)
|
|
| Method Summary | |
|---|---|
float[] |
getDirection()
Returns the direction of the light |
| Methods inherited from class de.rico.editor.datamodel.AbstractLightData |
|---|
getAmb, getDiff, getLightNr |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectLightData(Point3D dir,
Color4f amb,
Color4f diff,
int lightNr)
| Method Detail |
|---|
public float[] getDirection()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||