|
@@ -33,7 +33,7 @@ The *jME Context* makes settings, renderer, timer, input and event listeners, di
|
|
=== Polygon, Mesh, Vertex
|
|
=== Polygon, Mesh, Vertex
|
|
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.
|