|
|
@@ -0,0 +1,24 @@
|
|
|
+//
|
|
|
+// _direct.prc.pp
|
|
|
+//
|
|
|
+// This file defines the script to auto-generate _direct.prc at
|
|
|
+// ppremake time. This is intended to fill in some of the default
|
|
|
+// parameters, in particular the default display types.
|
|
|
+//
|
|
|
+
|
|
|
+#output _70_direct.prc
|
|
|
+#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
|
|
|
+################################# DO NOT EDIT ###########################
|
|
|
+
|
|
|
+model-path $DMODELS
|
|
|
+sound-path $DMODELS
|
|
|
+
|
|
|
+# Define a new egg object type. See the comments in _panda.prc about this.
|
|
|
+
|
|
|
+egg-object-type-direct-widget <Scalar> collide-mask { 0x80000000 } <Collide> { Polyset descend }
|
|
|
+
|
|
|
+# Define a new cull bin that will render on top of everything else.
|
|
|
+
|
|
|
+cull-bin gui-popup 60 unsorted
|
|
|
+
|
|
|
+#end _70_direct.prc
|