Torque3D/Engine/source/scene
2018-04-17 21:01:50 +02:00
..
culling Reordering initialization methods #1912 2017-04-19 14:02:45 -04:00
mixin Add missing include guards to some headers 2015-01-06 00:42:33 -05:00
zones Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
fogStructs.h Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
pathManager.cpp Eliminate DefineConsoleFunction 2018-04-17 20:54:08 +02:00
pathManager.h
reflectionManager.cpp Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
reflectionManager.h
reflectionMatHook.cpp The final step (barring any overlooked missing bits, requested refactors, and of course, rolling in dependencies already submitted as PRs) consists of: 2016-02-16 02:50:49 -06:00
reflectionMatHook.h
reflector.cpp method to make sure we're not getting pixel shader inputs mixed with outputs. 2017-07-09 15:15:30 -05:00
reflector.h Basic fix for reflections in both stereo rendering modes 2016-09-11 22:42:42 +01:00
sceneCameraState.cpp Remove projection offset, add the hmd head matrix. Also tidy up a few things. 2016-09-11 22:42:42 +01:00
sceneCameraState.h Remove projection offset, add the hmd head matrix. Also tidy up a few things. 2016-09-11 22:42:42 +01:00
sceneContainer.cpp tAlgorythm fed namespace T3D for better library interoperability. resulted in the need to specify usage in... a few places. 2017-12-27 22:57:47 -06:00
sceneContainer.h radius-search -- Expose search-list used for determining area damage. 2017-07-27 00:16:13 +01:00
sceneManager.cpp Eliminate DefineConsoleFunction 2018-04-17 20:54:08 +02:00
sceneManager.h Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
sceneObject.cpp Eliminate DefineConsoleMethod 2018-04-17 21:01:50 +02:00
sceneObject.h Cleanup of export function to remove redundant arg 2018-03-04 16:03:39 -06:00
sceneObjectLightingPlugin.h
scenePolyhedralSpace.cpp
scenePolyhedralSpace.h Fix for link error when building with clang-cl 2015-03-04 19:25:11 -05:00
sceneRenderState.cpp Updates to component classes - 2018-01-28 14:57:02 -06:00
sceneRenderState.h Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
sceneSpace.cpp
sceneSpace.h
sceneTracker.cpp Reordering initialization methods #1912 2017-04-19 14:02:45 -04:00
sceneTracker.h
sgUtil.cpp
sgUtil.h
simPath.cpp directional coloration for pathnodes, as well as enlarges both the look and handle size for ease of use. 2016-12-01 00:55:27 -06:00
simPath.h Tweaks any enums that use uint_max values so that they have hard types to avoid any compiler kerfluffles with C++11 value narrowing, specifically pertaining to clang. 2016-10-17 01:00:12 -05:00