mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
don't need to be quite so paranoid any more
This commit is contained in:
parent
78fc774942
commit
d7def8bf7c
@ -32,9 +32,7 @@ ConfigureFn(config_linmath) {
|
|||||||
// Set this true to doublecheck the quaternion-hpr compose and
|
// Set this true to doublecheck the quaternion-hpr compose and
|
||||||
// decompose operations against the quaternion-matrix and matrix-hpr
|
// decompose operations against the quaternion-matrix and matrix-hpr
|
||||||
// operations. This only has effect if NDEBUG is not defined.
|
// operations. This only has effect if NDEBUG is not defined.
|
||||||
|
const bool paranoid_hpr_quat = config_linmath.GetBool("paranoid-hpr-quat", false);
|
||||||
// The default is true for now.
|
|
||||||
const bool paranoid_hpr_quat = config_linmath.GetBool("paranoid-hpr-quat", true);
|
|
||||||
|
|
||||||
// Set this true to compute hpr's correctly. Presently, we apply
|
// Set this true to compute hpr's correctly. Presently, we apply
|
||||||
// these in the wrong order, and roll is backwards relative to the
|
// these in the wrong order, and roll is backwards relative to the
|
||||||
|
@ -99,9 +99,7 @@ const bool unambiguous_graph = config_pgraph.GetBool("unambiguous-graph", false)
|
|||||||
// Set this true to double-check the componentwise transform compose
|
// Set this true to double-check the componentwise transform compose
|
||||||
// (or invert) operation against the equivalent matrix-based
|
// (or invert) operation against the equivalent matrix-based
|
||||||
// operation. This has no effect if NDEBUG is defined.
|
// operation. This has no effect if NDEBUG is defined.
|
||||||
|
const bool paranoid_compose = config_pgraph.GetBool("paranoid-compose", false);
|
||||||
// Default is true for now.
|
|
||||||
const bool paranoid_compose = config_pgraph.GetBool("paranoid-compose", true);
|
|
||||||
|
|
||||||
// Set this true to perform componentwise compose and invert
|
// Set this true to perform componentwise compose and invert
|
||||||
// operations at all. If this is false, the compositions are computed
|
// operations at all. If this is false, the compositions are computed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user