Skip to content

Commit db8a59f

Browse files
authored
Camera: fix javadoc error
1 parent 4f0165e commit db8a59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,8 +1580,8 @@ public Vector3f getScreenCoordinates(Vector3f worldPosition, Vector3f store) {
15801580
* @param click2d A {@link Vector2f} representing the 2D screen coordinates (in pixels)
15811581
* @return A {@link Ray} object representing the picking ray in world coordinates.
15821582
*
1583-
* <h3>Usage Example:</h3>
15841583
* <pre>{@code
1584+
* // Usage Example:
15851585
* Ray pickingRay = cam.screenPointToRay(inputManager.getCursorPosition());
15861586
*
15871587
* // Now 'pickingRay' can be used for intersection tests with 3D objects

0 commit comments

Comments
 (0)