708
edits
m (altered IDXA links) |
("generates its own"? "ignored"? what the?!) |
||
Line 26: | Line 26: | ||
;Vertex normals | ;Vertex normals | ||
:The first VCRA stores the normals for every vertex (same entries as in PNTA and TXCA). | :The first VCRA stores the normals for every vertex (same entries as in PNTA and TXCA). | ||
:Vertex normals are | :Vertex normals are used by Gouraud shading (directional lighting). | ||
;Face normals | ;Face normals | ||
:The second VCRA stores the normals for every face (groups defined by the second IDXA). | :The second VCRA stores the normals for every face (groups defined by the second IDXA). | ||
:Face normals | :Face normals are used for backface culling. | ||
;Triangle strips | ;Triangle strips | ||
:The first IDXA lists the triangles as strips. The IDs are the ones in PNTA and IDXA. | :The first IDXA lists the triangles as strips. The IDs are the ones in PNTA and IDXA. | ||
Line 38: | Line 36: | ||
;Face groupings | ;Face groupings | ||
:The second IDXA groups the triangles into faces (oriented by the second VCRA). | :The second IDXA groups the triangles into faces (oriented by the second VCRA). | ||
{{OBD_File_Footer | type=M3GM | prev=M3GA | next=Mtrl | name=Geometry | family=Generic | align=center}} | {{OBD_File_Footer | type=M3GM | prev=M3GA | next=Mtrl | name=Geometry | family=Generic | align=center}} |
edits