|
@@ -1,15 +1,11 @@
|
|
|
= Custom Mesh Shapes
|
|
|
-:author:
|
|
|
-:revnumber:
|
|
|
-:revdate: 2016/03/17 20:48
|
|
|
+:revnumber: 2.0
|
|
|
+:revdate: 2020/07/22
|
|
|
:keywords: spatial, node, mesh, geometry, scenegraph
|
|
|
-:relfileprefix: ../../
|
|
|
-:imagesdir: ../..
|
|
|
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
|
|
|
|
-image::jme3/advanced/custom_mesh.png[custom_mesh.png,width="150",height="150",align="left"]
|
|
|
+image::scene/custom_mesh.png[custom_mesh.png,width="150",height="150",align="left"]
|
|
|
|
|
|
Use the Mesh class to create custom shapes that go beyond Quad, Box, Cylinder, and Sphere, even procedural shapes are possible. Thank you to KayTrance for providing the sample code!
|
|
|
|