2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:47:43 +00:00

Additional work on CMapWorld rendering

This commit is contained in:
Jack Andersen
2017-04-22 11:46:18 -10:00
parent 337ffd1c16
commit d54bb3746c
19 changed files with 391 additions and 105 deletions

View File

@@ -120,7 +120,7 @@ struct MAPA : BigDNA
{
DECL_DNA
Value<Type> type;
Value<atUint32> unknown1;
Value<atUint32> visMode;
Value<atUint32> sclyId;
Value<atInt32> seek1 = -1;
Value<atVec4f> transformMtx[3];
@@ -132,7 +132,7 @@ struct MAPA : BigDNA
{
DECL_DNA
Value<Type> type;
Value<atUint32> unknown1;
Value<atUint32> visMode;
Value<atUint32> sclyId;
Buffer<DNA_COUNT(0x10)> unknownHash;
Value<atInt32> seek1 = -1;