MAPA (File Format): Difference between revisions
Jump to navigation
Jump to search
→Primitive
imported>Antidote (→Border) |
imported>Antidote |
||
Line 203: | Line 203: | ||
== Primitive == | == Primitive == | ||
A primitive in a MAPA is | A primitive in a MAPA is a simple 4 byte aligned list of indices into the vertex list, starting with the GX Primitive type then an array of indicies, each index taking up one byte. | ||
== Border == | == Border == | ||
A border in a MAPA is a simple 4 byte aligned list indices into the vertex list, each index taking up one byte. A border is simply drawn using GX_LINESTRIP. | A border in a MAPA is a simple 4 byte aligned list indices into the vertex list, each index taking up one byte. A border is simply drawn using GX_LINESTRIP. |