Torque3D/Engine/source/forest
DavidWyand-GG 91e542b8ec SceneCullingState with culling and camera frustum
- Fix for issue https://github.com/GarageGames/Torque3D/issues/525  This
fix takes into account the skewed view into the world when you have a
projection offset and the ability to see further into the scene at the
edges opposite to the offset.
- SceneCullingState now has two frustum rather than one: a culling
frustum and camera frustum.
- The camera frustum should be referenced when you need the projection
matrix or don't want a skewed frustum.
- The culling frustum should be referenced during any scene culling or
when determining what dynamic geometry to render.  It currently skews
itself to take into account any projection offset (automatically
calculated in SceneCullingState constructor).
- When there is no projection offset, the camera frustum and culling
frustum are the same.  This usually means any time when not using the
Oculus Rift.
2013-11-07 15:07:16 -05:00
..
editor Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
glsl Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
hlsl Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
ts Merge pull request #449 from Phantom139/uuidreplacement 2013-10-09 12:31:47 -07:00
forest.cpp Removed hard coded directory paths 2013-03-07 18:56:53 -05:00
forest.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestCell.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestCell.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestCellBatch.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestCellBatch.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestCollision.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestCollision.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestDataFile.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestDataFile.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestItem.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestItem.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestRender.cpp SceneCullingState with culling and camera frustum 2013-11-07 15:07:16 -05:00
forestWindAccumulator.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestWindAccumulator.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestWindEmitter.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestWindEmitter.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestWindMgr.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
forestWindMgr.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
windDeformation.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
windDeformation.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00