typedef struct { Float x; Float y; Float z; Uint32 col; } NJS_POLYGON_VTX;
x X座標 y Y座標 z Z座標 col 頂点パックカラー
ローレベルポリゴン描画関数の頂点データを設定する構造体です。
njDrawPolygon() テクスチャなしポリゴンの描画 njDrawPolygon2DExSetData() 2Dポリゴン高速描画のデータ設定 njDrawPolygon3DEx() 3Dポリゴンの描画 njDrawPolygon3DExSetData() 3Dポリゴン高速描画のデータ設定