From d7b5283e7ddaa117d5d28da15d1430d3abd59ccf Mon Sep 17 00:00:00 2001 From: "rem..om" Date: Thu, 21 Nov 2013 21:43:08 +0000 Subject: [PATCH] Changed DirectionalLight.setDirection javadoc to be more explicit. git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10902 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/core/com/jme3/light/DirectionalLight.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/core/com/jme3/light/DirectionalLight.java b/engine/src/core/com/jme3/light/DirectionalLight.java index 1830f44e1..cb65258e7 100644 --- a/engine/src/core/com/jme3/light/DirectionalLight.java +++ b/engine/src/core/com/jme3/light/DirectionalLight.java @@ -69,8 +69,8 @@ public class DirectionalLight extends Light { /** * Sets the direction of the light. *

- * 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. */