open_toontown_panda3d/panda/src/cull
frainfreeze f22c0cdd83 Add README.md files for various directories
Closes: #10
2017-10-31 19:20:24 +01: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 New file headers, new comment style 2016-02-17 17:47:48 +01: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 cull: remove GeomMunger stored on CullableObject 2017-07-03 11:47:59 +02: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 cull: remove GeomMunger stored on CullableObject 2017-07-03 11:47:59 +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 cull: remove GeomMunger stored on CullableObject 2017-07-03 11:47:59 +02:00
cullBinFrontToBack.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
cullBinStateSorted.I New file headers, new comment style 2016-02-17 17:47:48 +01: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.