open_toontown_panda3d/panda/src/cull
Sam Edwards b2bfb31114 general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.

Closes #350
Closes #335
2018-06-14 16:04:49 +02: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: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -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 general: Remove `using std::*` from headers 2018-06-14 16:04:49 +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 general: Remove `using std::*` from headers 2018-06-14 16:04:49 +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 general: Remove `using std::*` from headers 2018-06-14 16:04:49 +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 general: Remove `using std::*` from headers 2018-06-14 16:04:49 +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 general: Remove `using std::*` from headers 2018-06-14 16:04:49 +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.