Prechádzať zdrojové kódy

change missing link text

mitm001 5 rokov pred
rodič
commit
f699142120

+ 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
 
 [.right]
-image::ROOT:jme3/dolphin-mesh.png[Models (here a dolphin) are made up of polygon meshes,width="",height=""]
+image::ROOT:jme3/dolphin-mesh.png[dolphin-mesh.png,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.