Add CalcWorldBoundingVolumes (#651)

This commit is contained in:
Christian Semmler
2024-03-10 10:29:16 -04:00
committed by GitHub
parent 660c1e1170
commit d090b449d1
9 changed files with 40 additions and 3 deletions

View File

@@ -4,10 +4,10 @@
// ROI stands for Real-time Object Instance.
#include "compat.h"
#include "decomp.h"
#include "lodlist.h"
#include "mxgeometry/mxgeometry3d.h"
#include "mxstl/stlcompat.h"
#include "realtime/realtime.h"
/*
* A simple bounding box object with Min and Max accessor methods.