J3DVertex almost

This commit is contained in:
Jasper St. Pierre
2023-09-12 20:16:11 -07:00
parent d3b4092523
commit c0d02ccfcf
7 changed files with 215 additions and 25 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ J3DVertexData::J3DVertexData() {
for (int i = 0; i < ARRAY_SIZE(mVtxTexCoordArray); i++)
mVtxTexCoordArray[i] = NULL;
mPacketNum = 0;
mVtxPosType = GX_F32;
mVtxPosFrac = 0;
mVtxPosType = GX_F32;
mVtxNrmFrac = 0;
mVtxNrmType = GX_F32;
}