AntonicelliVittorio / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

misleading javadoc for DirectionalLight.setDirection() #605

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Wiki URL or package name of documentation: (if applicable)
com.jme3.light

What version of jME are you using? On what operating system?
3.x, Windows7

What information were you expecting? What do you see instead?
expect: 

* Represents the direction the light is shining.
* (1, 0, 0) would represent light shining in the +X direction.

found:

* Represents the vector direction the light is coming from.
* (1, 0, 0) would represent a directional light coming from the X axis.

Original issue reported on code.google.com by sg...@sonic.net on 19 Nov 2013 at 6:54

GoogleCodeExporter commented 9 years ago
done

Original comment by remy.bou...@gmail.com on 21 Nov 2013 at 9:43