open_toontown_panda3d/panda/src/cull
Sam Edwards 4695557a5d general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
..
README.md Add README.md files for various directories 2017-10-31 19:20:24 +01:00
binCullHandler.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
binCullHandler.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
binCullHandler.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
config_cull.cxx general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
config_cull.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinBackToFront.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinBackToFront.cxx cull: remove unused variable declarations 2018-08-03 22:59:04 +02:00
cullBinBackToFront.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinFixed.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinFixed.cxx cull: remove unused variable declarations 2018-08-03 22:59:04 +02:00
cullBinFixed.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinFrontToBack.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinFrontToBack.cxx cull: remove unused variable declarations 2018-08-03 22:59:04 +02:00
cullBinFrontToBack.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinStateSorted.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinStateSorted.cxx cull: remove unused variable declarations 2018-08-03 22:59:04 +02:00
cullBinStateSorted.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinUnsorted.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cullBinUnsorted.cxx gobj: try to fix some deadlocks modifying geometry while rendering 2018-08-03 20:45:29 +02:00
cullBinUnsorted.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
drawCullHandler.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
drawCullHandler.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
drawCullHandler.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
p3cull_composite1.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
p3cull_composite2.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00

README.md

This package contains the Cull Traverser. The cull traversal collects all state changes specified, and removes unnecessary state change requests. Also does all the depth sorting for proper alphaing.