Browse Source

fix link to missing image

mitm001 5 years ago
parent
commit
ac851606aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/modules/tutorials/pages/intermediate/terminology.adoc

+ 1 - 1
docs/modules/tutorials/pages/intermediate/terminology.adoc

@@ -33,7 +33,7 @@ The *jME Context* makes settings, renderer, timer, input and event listeners, di
 === Polygon, Mesh, Vertex
 === Polygon, Mesh, Vertex
 
 
 [.right]
 [.right]
-image::jme3/dolphin-mesh.png[Models (here a dolphin) are made up of polygon meshes,width="",height=""]
+image::ROOT:jme3/dolphin-mesh.png[Models (here a dolphin) are made up of polygon meshes,width="",height=""]
 
 
 
 
 Most visible objects in a 3D scene are made up of polygon meshes – characters, terrains, buildings, etc. A mesh is a grid-like structure that represents a complex shape. The advantage of a mesh is that it is mathematically simple enough to render in real time, and detailed enough to be recognizable.
 Most visible objects in a 3D scene are made up of polygon meshes – characters, terrains, buildings, etc. A mesh is a grid-like structure that represents a complex shape. The advantage of a mesh is that it is mathematically simple enough to render in real time, and detailed enough to be recognizable.