|
@@ -36,6 +36,9 @@ The VertexBuffer contains a particular type of geometry data used by Meshes. Eve
|
|
|
|
|
|
|
|
|
|
=== Mesh Vertex Buffers
|
|
=== Mesh Vertex Buffers
|
|
|
|
+
|
|
|
|
+Here is the list of http://javadoc.jmonkeyengine.org/com/jme3/scene/VertexBuffer.Type.html[VertexBuffer] types,
|
|
|
|
+
|
|
[cols="2", options="header"]
|
|
[cols="2", options="header"]
|
|
|===
|
|
|===
|
|
|
|
|
|
@@ -88,6 +91,9 @@ a| Bone indices, used with animation
|
|
|
|
|
|
|
|
|
|
=== Mesh Properties
|
|
=== Mesh Properties
|
|
|
|
+
|
|
|
|
+Some Mesh properties from the http://javadoc.jmonkeyengine.org/com/jme3/scene/Mesh.html[Mesh] class,
|
|
|
|
+
|
|
[cols="2", options="header"]
|
|
[cols="2", options="header"]
|
|
|===
|
|
|===
|
|
|
|
|
|
@@ -119,6 +125,9 @@ a|How the texture will be stretched over the whole mesh.
|
|
|
|
|
|
|
|
|
|
=== Mesh Rendering Modes
|
|
=== Mesh Rendering Modes
|
|
|
|
+
|
|
|
|
+Here is the list of http://javadoc.jmonkeyengine.org/com/jme3/scene/Mesh.Mode.html[Mesh rendering modes],
|
|
|
|
+
|
|
[cols="2", options="header"]
|
|
[cols="2", options="header"]
|
|
|===
|
|
|===
|
|
|
|
|