SceneMax3D преди 1 година
родител
ревизия
7a77c148db
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      jme3-core/src/main/java/com/jme3/environment/EnvironmentProbeControl.java

+ 3 - 3
jme3-core/src/main/java/com/jme3/environment/EnvironmentProbeControl.java

@@ -260,7 +260,7 @@ public class EnvironmentProbeControl extends LightProbe implements Control {
     }
 
     /**
-     * Get the minimum distance to render
+     * Gets the minimum distance to render.
      * 
      * @return frustum near
      */
@@ -269,7 +269,7 @@ public class EnvironmentProbeControl extends LightProbe implements Control {
     }
 
     /**
-     * Gets the maximum distance to render
+     * Gets the maximum distance to render.
      * 
      * @return frustum far
      */
@@ -278,7 +278,7 @@ public class EnvironmentProbeControl extends LightProbe implements Control {
     }
 
     /**
-     * Sets the asset manager used to load the shaders needed for the baking
+     * Sets the asset manager used to load the shaders needed for the baking.
      * 
      * @param assetManager the asset manager
      */