mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Merge pull request #1297 from marauder2k9-torque/matrix-templated
Template Matrix class
This commit is contained in:
commit
1be326e0d0
20 changed files with 2523 additions and 99 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
/// What's the name of your application? Used in a variety of places.
|
||||
#define TORQUE_APP_NAME "@TORQUE_APP_NAME@"
|
||||
|
||||
#cmakedefine USE_TEMPLATE_MATRIX
|
||||
/// What version of the application specific source code is this?
|
||||
///
|
||||
/// Version number is major * 1000 + minor * 100 + revision * 10.
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ advanced_option(TORQUE_TOOLS "Enable or disable the tools" ON)
|
|||
advanced_option(TORQUE_TOOLS_EXT_COMMANDS "Enable or disable some extended functionality like shell commands or free write access" OFF)
|
||||
advanced_option(TORQUE_ENABLE_PROFILER "Enable or disable the profiler" OFF)
|
||||
advanced_option(TORQUE_SHOW_LEGACY_FILE_FIELDS "If on, shows legacy direct file path fields in the inspector." OFF)
|
||||
|
||||
advanced_option(USE_TEMPLATE_MATRIX "Set to true to use the new templated matrix class(still in beta)." OFF)
|
||||
#testing
|
||||
advanced_option(TORQUE_TESTING "Unit test build" OFF)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue