From 09b40b52bf365e84b27ea1c377d3935be2f35f8e Mon Sep 17 00:00:00 2001 From: stephengold Date: Fri, 17 May 2024 15:35:25 -0700 Subject: [PATCH] TestSolidMeshes: expand the class javadoc --- .../main/java/jme3utilities/mesh/test/TestSolidMeshes.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HeartExamples/src/main/java/jme3utilities/mesh/test/TestSolidMeshes.java b/HeartExamples/src/main/java/jme3utilities/mesh/test/TestSolidMeshes.java index f9c4480..c34a1e1 100644 --- a/HeartExamples/src/main/java/jme3utilities/mesh/test/TestSolidMeshes.java +++ b/HeartExamples/src/main/java/jme3utilities/mesh/test/TestSolidMeshes.java @@ -63,9 +63,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE import jme3utilities.ui.InputMode; /** - * Test the Cone, DomeMesh, Icosahedron, Icosphere, Octahedron, Prism, and - * Tetrahedron classes. Also test the MyMesh.reverseNormals() and - * MyMesh.reverseWinding() methods. + * Test the Cone, Dodecahedron, DomeMesh, Icosahedron, Icosphere, Octahedron, + * Octasphere, Prism, and Tetrahedron classes. Also test the + * MyMesh.reverseNormals() and MyMesh.reverseWinding() methods. * * @author Stephen Gold sgold@sonic.net */