* Fix spelling error in AmbientLight: uneffected -> unaffected

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8642 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
sha..rd 13 years ago
parent a2c9d066d8
commit 3db3648866
  1. 2
      engine/src/core/com/jme3/light/AmbientLight.java

@ -5,7 +5,7 @@ import com.jme3.scene.Spatial;
/** /**
* An ambient light adds a constant color to the scene. * An ambient light adds a constant color to the scene.
* <p> * <p>
* Ambient lights are uneffected by the surface normal, and are constant * Ambient lights are unaffected by the surface normal, and are constant
* regardless of the model's location. The material's ambient color is * regardless of the model's location. The material's ambient color is
* multiplied by the ambient light color to get the final ambient color of * multiplied by the ambient light color to get the final ambient color of
* an object. * an object.

Loading…
Cancel
Save