MAPA (File Format): Difference between revisions

imported>Antidote
imported>Antidote
Line 203: Line 203:
== Primitive ==
== Primitive ==


A primitive in a MAPA is simply a 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.
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.
Anonymous user