diff options
author | Julien Gouesse <[email protected]> | 2016-08-17 16:27:38 +0200 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2016-08-17 16:27:38 +0200 |
commit | a722b9e3915cd4777cbcb92f2d5056b0d60ff8e1 (patch) | |
tree | 6c1e5a6e7311d25e7393a2685f5da5df39cd6577 /ardor3d-examples/src | |
parent | 79e8ef4f89e7d90f9744dcb1f29db27ccf27ce03 (diff) |
Fixes a comment in the STL importer
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", // |