open_toontown_panda3d/panda/src/cull
Sam Edwards e2b4353800 general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
2018-06-03 16:35:13 -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: 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 New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinBackToFront.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
cullBinBackToFront.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinFixed.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinFixed.cxx First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
cullBinFixed.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinFrontToBack.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinFrontToBack.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
cullBinFrontToBack.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinStateSorted.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
cullBinStateSorted.cxx cull: remove GeomMunger stored on CullableObject 2017-07-03 11:47:59 +02:00
cullBinStateSorted.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinUnsorted.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinUnsorted.cxx cull: remove GeomMunger stored on CullableObject 2017-07-03 11:47:59 +02:00
cullBinUnsorted.h New file headers, new comment style 2016-02-17 17:47:48 +01: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.