Prechádzať zdrojové kódy

Add links of VertexBuffer, Mesh Properties & Mode

Quazi Irfan 8 rokov pred
rodič
commit
e9ecf096ed
1 zmenil súbory, kde vykonal 9 pridanie a 0 odobranie
  1. 9 0
      src/docs/asciidoc/jme3/advanced/mesh.adoc

+ 9 - 0
src/docs/asciidoc/jme3/advanced/mesh.adoc

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