diff options
author | Julien Gouesse <[email protected]> | 2023-03-06 01:11:52 +0100 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2023-03-06 01:11:52 +0100 |
commit | d8da0b55b161873e7bee159d4d9e5f4dec510270 (patch) | |
tree | 3cd5372f4642a8ebef4abac6e8192ad0086181d0 /ardor3d-examples/src/main/resources | |
parent | c8cea1d355ab81acd887ab014d3727ef875b8b71 (diff) |
Adds the very first (unfinished, work in progress) blueprint of the OFF importer
Diffstat (limited to 'ardor3d-examples/src/main/resources')
-rw-r--r-- | ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties b/ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties index 646a251..dda76ae 100644 --- a/ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties +++ b/ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties @@ -50,6 +50,8 @@ com.ardor3d.example.pipeline.SimpleColladaExample=Simplest example of loading a com.ardor3d.example.pipeline.SimpleMd2Example=Simplest example of loading a model in MD2 format. com.ardor3d.example.pipeline.SimpleMd3Example=Simplest example of loading a model in MD3 format. com.ardor3d.example.pipeline.SimpleObjExample=Simplest example of loading a Wavefront OBJ model. +com.ardor3d.example.pipeline.SimpleOffExample=Simplest example of loading an OFF model. +com.ardor3d.example.pipeline.SimplePlyExample=Simplest example of loading a PLY model. com.ardor3d.example.renderer.BillboardNodeExample=Illustrates the BillboardNode class; which defines a node that always orients towards the camera. com.ardor3d.example.renderer.BillboardNodeZExample=Illustrates the BillboardNode class - but using a Z-up camera. com.ardor3d.example.renderer.ClipStateExample=Illustrates the ClipState class; which specifies a plane to test for clipping of a Node. |