mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-16 20:10:28 +00:00
git subrepo pull --force tools/ZAPD (#718)
subrepo: subdir: "tools/ZAPD" merged: "4bf6600a3" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "4bf6600a3" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
parent
8a730123b6
commit
42af56b231
35 changed files with 1854 additions and 445 deletions
|
@ -67,14 +67,14 @@ public:
|
|||
int16_t absMinX, absMinY, absMinZ;
|
||||
int16_t absMaxX, absMaxY, absMaxZ;
|
||||
int16_t numVerts;
|
||||
segptr_t vtxSegmentOffset;
|
||||
segptr_t vtxAddress;
|
||||
int16_t numPolygons;
|
||||
segptr_t polySegmentOffset;
|
||||
segptr_t polyTypeDefSegmentOffset;
|
||||
segptr_t camDataSegmentOffset;
|
||||
segptr_t polyAddress;
|
||||
segptr_t polyTypeDefAddress;
|
||||
segptr_t camDataAddress;
|
||||
|
||||
int32_t numWaterBoxes;
|
||||
int32_t waterBoxSegmentOffset;
|
||||
segptr_t waterBoxAddress;
|
||||
|
||||
std::vector<VertexEntry*> vertices;
|
||||
std::vector<PolygonEntry*> polygons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue