Changed DirectionalLight.setDirection javadoc to be more explicit.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10902 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
d7414262e2
commit
d7b5283e7d
@ -69,8 +69,8 @@ public class DirectionalLight extends Light {
|
|||||||
/**
|
/**
|
||||||
* Sets the direction of the light.
|
* Sets the direction of the light.
|
||||||
* <p>
|
* <p>
|
||||||
* Represents the vector direction the light is coming from.
|
* Represents the direction the light is shining.
|
||||||
* (1, 0, 0) would represent a directional light coming from the X axis.
|
* (1, 0, 0) would represent light shining in the +X direction.
|
||||||
*
|
*
|
||||||
* @param dir the direction of the light.
|
* @param dir the direction of the light.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user