Parcourir la source

Camera: fix javadoc error

Wyatt Gillette il y a 7 mois
Parent
commit
db8a59fec5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      jme3-core/src/main/java/com/jme3/renderer/Camera.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/renderer/Camera.java

@@ -1580,8 +1580,8 @@ public class Camera implements Savable, Cloneable {
      * @param click2d A {@link Vector2f} representing the 2D screen coordinates (in pixels)
      * @param click2d A {@link Vector2f} representing the 2D screen coordinates (in pixels)
      * @return A {@link Ray} object representing the picking ray in world coordinates.
      * @return A {@link Ray} object representing the picking ray in world coordinates.
      *
      *
-     * <h3>Usage Example:</h3>
      * <pre>{@code
      * <pre>{@code
+     * // Usage Example:
      * Ray pickingRay = cam.screenPointToRay(inputManager.getCursorPosition());
      * Ray pickingRay = cam.screenPointToRay(inputManager.getCursorPosition());
      *
      *
      * // Now 'pickingRay' can be used for intersection tests with 3D objects
      * // Now 'pickingRay' can be used for intersection tests with 3D objects