mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
For for Issue #106 Convex Shape Bandwidth
This commit is contained in:
parent
974e33734c
commit
c6b6ffc10b
3 changed files with 38 additions and 7 deletions
|
|
@ -141,6 +141,10 @@ public:
|
|||
|
||||
static bool smRenderEdges;
|
||||
|
||||
// To prevent bitpack overflows.
|
||||
// This is only indirectly enforced by trucation when serializing.
|
||||
static const S32 smMaxSurfaces = 100;
|
||||
|
||||
public:
|
||||
|
||||
ConvexShape();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue