Difference between revisions of "Mesh:getVertexMap"
(Geometry:getVertexMap -> Mesh:getVertexMap) |
m |
||
Line 2: | Line 2: | ||
Gets the vertex map for the Mesh. The vertex map describes the order in which the vertices are used when the Mesh is drawn. The vertices, vertex map, and mesh draw mode work together to determine what exactly is displayed on the screen. | Gets the vertex map for the Mesh. The vertex map describes the order in which the vertices are used when the Mesh is drawn. The vertices, vertex map, and mesh draw mode work together to determine what exactly is displayed on the screen. | ||
− | If no vertex map has been set previously via [[Mesh:setVertexMap]], then this function will return | + | If no vertex map has been set previously via [[Mesh:setVertexMap]], then this function will return nil in LÖVE [[0.10.0]]+, or an empty table in [[0.9.2]] and older. |
== Function == | == Function == |
Revision as of 23:39, 2 November 2015
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Gets the vertex map for the Mesh. The vertex map describes the order in which the vertices are used when the Mesh is drawn. The vertices, vertex map, and mesh draw mode work together to determine what exactly is displayed on the screen.
If no vertex map has been set previously via Mesh:setVertexMap, then this function will return nil in LÖVE 0.10.0+, or an empty table in 0.9.2 and older.
Function
Synopsis
vertex_map = Mesh:getVertexMap( )
Arguments
None.
Returns
table vertex_map
- A table containing the list of vertex indices used when drawing.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info