From a722b9e3915cd4777cbcb92f2d5056b0d60ff8e1 Mon Sep 17 00:00:00 2001 From: Julien Gouesse Date: Wed, 17 Aug 2016 16:27:38 +0200 Subject: Fixes a comment in the STL importer --- .../src/main/java/com/ardor3d/example/pipeline/SimpleStlExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ardor3d-examples/src/main') diff --git a/ardor3d-examples/src/main/java/com/ardor3d/example/pipeline/SimpleStlExample.java b/ardor3d-examples/src/main/java/com/ardor3d/example/pipeline/SimpleStlExample.java index c752569..0631511 100644 --- a/ardor3d-examples/src/main/java/com/ardor3d/example/pipeline/SimpleStlExample.java +++ b/ardor3d-examples/src/main/java/com/ardor3d/example/pipeline/SimpleStlExample.java @@ -17,7 +17,7 @@ import com.ardor3d.extension.model.stl.StlImporter; import com.ardor3d.math.Vector3; /** - * Simplest example of loading a Wavefront STL model. + * Simplest example of loading a STL model. */ @Purpose(htmlDescriptionKey = "com.ardor3d.example.pipeline.SimpleStlExample", // thumbnailPath = "com/ardor3d/example/media/thumbnails/pipeline_SimpleStlExample.jpg", // -- cgit v1.2.3