NJS_POLYGON_VTX - shaddatic/sa2b-render-fix GitHub Wiki

Definition

typedef struct
{
    Float x, y, z;
    Uint32 col;
}
NJS_POLYGON_VTX;

Members

Float x, y, z

 Vertex position

Uint32 col

 Vertex color, as 0xAA'RR'GG'BB

Description

A non-textured polygon vertex.

Usage