mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
DO_DCAST
This commit is contained in:
parent
b21d478e0b
commit
988792a85d
@ -520,6 +520,10 @@
|
|||||||
// possible.
|
// possible.
|
||||||
#defer DO_PSTATS $[or $[and $[HAVE_NET],$[< $[OPTIMIZE], 4]], $[DO_PSTATS]]
|
#defer DO_PSTATS $[or $[and $[HAVE_NET],$[< $[OPTIMIZE], 4]], $[DO_PSTATS]]
|
||||||
|
|
||||||
|
// Do you want to type-check downcasts? This is a good idea during
|
||||||
|
// development, but does impose some run-time overhead.
|
||||||
|
#defer DO_DCAST $[< $[OPTIMIZE], 4]
|
||||||
|
|
||||||
// Do you want to build the debugging tools for recording and
|
// Do you want to build the debugging tools for recording and
|
||||||
// visualizing intersection tests by the collision system? Enabling
|
// visualizing intersection tests by the collision system? Enabling
|
||||||
// this increases runtime collision overhead just a tiny bit.
|
// this increases runtime collision overhead just a tiny bit.
|
||||||
|
@ -210,6 +210,9 @@ $[cdefine HAVE_BISON]
|
|||||||
/* Define if we want to use PStats. */
|
/* Define if we want to use PStats. */
|
||||||
$[cdefine DO_PSTATS]
|
$[cdefine DO_PSTATS]
|
||||||
|
|
||||||
|
/* Define if we want to type-check downcasts. */
|
||||||
|
$[cdefine DO_DCAST]
|
||||||
|
|
||||||
/* Define if we want to provide collision system recording and
|
/* Define if we want to provide collision system recording and
|
||||||
visualization tools. */
|
visualization tools. */
|
||||||
$[cdefine DO_COLLISION_RECORDING]
|
$[cdefine DO_COLLISION_RECORDING]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user