diff options
Diffstat (limited to 'ardor3d-examples/src')
-rw-r--r-- | ardor3d-examples/src/main/java/com/ardor3d/example/pipeline/SimpleStlExample.java | 2 |
1 files changed, 1 insertions, 1 deletions
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", // |