mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
Redux of Winterleaf's PR 1001, with the suggested updated values.
This commit is contained in:
parent
4721181d44
commit
859e653bd7
3 changed files with 3 additions and 3 deletions
|
|
@ -818,7 +818,7 @@ public:
|
|||
/// Some configuration values.
|
||||
enum GhostConstants
|
||||
{
|
||||
GhostIdBitSize = 12,
|
||||
GhostIdBitSize = 18, //262,144 ghosts
|
||||
MaxGhostCount = 1 << GhostIdBitSize, //4096,
|
||||
GhostLookupTableSize = 1 << GhostIdBitSize, //4096
|
||||
GhostIndexBitSize = 4 // number of bits GhostIdBitSize-3 fits into
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue