소스 검색

Changed DirectionalLight.setDirection javadoc to be more explicit.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10902 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
rem..om 12 년 전
부모
커밋
d7b5283e7d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      engine/src/core/com/jme3/light/DirectionalLight.java

+ 2 - 2
engine/src/core/com/jme3/light/DirectionalLight.java

@@ -69,8 +69,8 @@ public class DirectionalLight extends Light {
     /**
      * Sets the direction of the light.
      * <p>
-     * Represents the vector direction the light is coming from.
-     * (1, 0, 0) would represent a directional light coming from the X axis.
+     * Represents the direction the light is shining.
+     * (1, 0, 0) would represent light shining in the +X direction.
      * 
      * @param dir the direction of the light.
      */