|
|
@@ -0,0 +1,59 @@
|
|
|
+// Filename: cull_headers.h
|
|
|
+// Created by: georges (30May01)
|
|
|
+//
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+//
|
|
|
+// PANDA 3D SOFTWARE
|
|
|
+// Copyright (c) 2001, Disney Enterprises, Inc. All rights reserved
|
|
|
+//
|
|
|
+// All use of this software is subject to the terms of the Panda 3d
|
|
|
+// Software license. You should have received a copy of this license
|
|
|
+// along with this source code; you will also find a current copy of
|
|
|
+// the license at http://www.panda3d.org/license.txt .
|
|
|
+//
|
|
|
+// To contact the maintainers of this program write to
|
|
|
+// [email protected] .
|
|
|
+//
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+
|
|
|
+#include <allAttributesWrapper.h>
|
|
|
+#include <config_sgattrib.h> // for support_decals
|
|
|
+#include <config_sgraphutil.h> // for implicit_app_traversal
|
|
|
+#include <dconfig.h>
|
|
|
+#include <decalTransition.h>
|
|
|
+#include <directRenderTraverser.h>
|
|
|
+#include <frustumCullTraverser.h>
|
|
|
+#include <geometricBoundingVolume.h>
|
|
|
+#include <graphicsStateGuardian.h>
|
|
|
+#include <graphicsStateGuardianBase.h>
|
|
|
+#include <indent.h>
|
|
|
+#include <nodeAttributes.h>
|
|
|
+#include <nodeTransitionWrapper.h>
|
|
|
+#include <pruneTransition.h>
|
|
|
+#include <pStatTimer.h>
|
|
|
+#include <string.h>
|
|
|
+#include <string_utils.h>
|
|
|
+#include <switchNode.h>
|
|
|
+#include <transformAttribute.h>
|
|
|
+#include <transformTransition.h>
|
|
|
+#include <transparencyAttribute.h>
|
|
|
+#include <transparencyTransition.h>
|
|
|
+#include <wrt.h>
|
|
|
+
|
|
|
+#include "config_cull.h"
|
|
|
+#include "cullState.h"
|
|
|
+#include "cullStateLookup.h"
|
|
|
+#include "cullStateSubtree.h"
|
|
|
+#include "cullTraverser.h"
|
|
|
+#include "directRenderTransition.h"
|
|
|
+#include "geomBin.h"
|
|
|
+#include "geomBinAttribute.h"
|
|
|
+#include "geomBinBackToFront.h"
|
|
|
+#include "geomBinFixed.h"
|
|
|
+#include "geomBinGroup.h"
|
|
|
+#include "geomBinNormal.h"
|
|
|
+#include "geomBinTransition.h"
|
|
|
+#include "geomBinUnsorted.h"
|
|
|
+
|
|
|
+#pragma hdrstop
|
|
|
+
|