From cf07e094af3f737de15cb89466510d422b4ff91f Mon Sep 17 00:00:00 2001 From: Quazi Irfan GD Date: Sat, 27 May 2017 00:40:04 -0500 Subject: [PATCH] Cleanup Mesh(Point) documentation --- jme3-core/src/main/java/com/jme3/scene/Mesh.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jme3-core/src/main/java/com/jme3/scene/Mesh.java b/jme3-core/src/main/java/com/jme3/scene/Mesh.java index aca84e6d2..f115f8121 100644 --- a/jme3-core/src/main/java/com/jme3/scene/Mesh.java +++ b/jme3-core/src/main/java/com/jme3/scene/Mesh.java @@ -63,8 +63,7 @@ import java.util.ArrayList; * All visible elements in a scene are represented by meshes. * Meshes may contain three types of geometric primitives: *