diff options
author | Julien Gouesse <[email protected]> | 2018-01-27 00:14:24 +0100 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2018-01-27 00:14:24 +0100 |
commit | eb8d363d858a6f150c61649acf8fe74c4b52d4da (patch) | |
tree | a0e45a78e3e33e62e00edf71671d3e52afb6ea14 /ardor3d-examples/src/main/resources | |
parent | 34e6316652bee8f0381588a64aab4c2a670e94b7 (diff) | |
parent | 7d2aeea96b4fb25a72db3bb75089ffe11c89a34f (diff) |
Merge commit '7d2aeea96b4fb25a72db3bb75089ffe11c89a34f'
Diffstat (limited to 'ardor3d-examples/src/main/resources')
3 files changed, 1 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 b70f7ab..9b681f3 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 @@ -51,6 +51,7 @@ com.ardor3d.example.pipeline.SimpleMd2Example=Simplest example of loading a mode 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.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. com.ardor3d.example.renderer.CombinerExample=An example showing use of MeshCombiner to weld together a bunch of boxes into a single mesh. com.ardor3d.example.renderer.DegenerateTrianglesExample=Illustrates two techniques for creating a triangle strip (i.e. series of connected triangles). diff --git a/ardor3d-examples/src/main/resources/com/ardor3d/example/media/thumbnails/renderer_BillboardNodeExample.jpg b/ardor3d-examples/src/main/resources/com/ardor3d/example/media/thumbnails/renderer_BillboardNodeExample.jpg Binary files differindex 33da172..243651f 100644 --- a/ardor3d-examples/src/main/resources/com/ardor3d/example/media/thumbnails/renderer_BillboardNodeExample.jpg +++ b/ardor3d-examples/src/main/resources/com/ardor3d/example/media/thumbnails/renderer_BillboardNodeExample.jpg diff --git a/ardor3d-examples/src/main/resources/com/ardor3d/example/media/thumbnails/renderer_BillboardNodeZExample.jpg b/ardor3d-examples/src/main/resources/com/ardor3d/example/media/thumbnails/renderer_BillboardNodeZExample.jpg Binary files differnew file mode 100644 index 0000000..4272495 --- /dev/null +++ b/ardor3d-examples/src/main/resources/com/ardor3d/example/media/thumbnails/renderer_BillboardNodeZExample.jpg |