2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 08:27:42 +00:00

CAreaOctTree fields and reader

This commit is contained in:
Jack Andersen
2016-08-05 10:26:23 -10:00
parent 02a79b4c80
commit 2eb77b9a7a
9 changed files with 133 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
#include "CModel.hpp"
#include "Particle/CParticleGen.hpp"
#include "CMetroidModelInstance.hpp"
#include "World/CAreaOctTree.hpp"
#include "Collision/CAreaOctTree.hpp"
#define FOGVOL_RAMP_RES 256
#define SPHERE_RAMP_RES 32
@@ -598,8 +598,14 @@ void CBooRenderer::DrawThermalModel(const CModel& model, const zeus::CColor& mul
model.Draw(flags);
}
void CBooRenderer::DrawXRayOutline(const CModel&, const float*, const float*)
void CBooRenderer::DrawXRayOutline(const zeus::CAABox&, const float*, const float*)
{
for (CAreaListItem& item : x1c_areaListItems)
{
if (item.x4_octTree)
{
}
}
}
void CBooRenderer::SetWireframeFlags(int)