add lod selection for visiblemesh collisions

add box filtering for visiblemesh buildPolyList
This commit is contained in:
AzaezelX 2025-01-27 15:37:05 -06:00
parent b105fce2f2
commit e2a0fbefa3
2 changed files with 12 additions and 6 deletions

View file

@ -205,6 +205,7 @@ protected:
TSThread* mAmbientThread;
F32 mAnimOffset;
F32 mAnimSpeed;
S16 mCollisionLOD;
/// The type of mesh data to return for collision queries.
MeshType mCollisionType;