add sequencing numbers

This commit is contained in:
David Rose 2004-06-11 22:25:07 +00:00
parent 68437f3e38
commit 1efa50984f
5 changed files with 30 additions and 14 deletions

View File

@ -1,8 +1,10 @@
#define INSTALL_CONFIG \
_direct.prc
_70_direct.prc
#if $[CTPROJS]
// These files only matter to ctattach users.
#define INSTALL_CONFIG $[INSTALL_CONFIG] direct.init
#endif
#include $[THISDIRPREFIX]_direct.prc.pp

View File

@ -1,10 +0,0 @@
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

View File

@ -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

View File

@ -1,6 +1,6 @@
#define INSTALL_CONFIG \
panda.emacs panda.emacs.Xdefaults _panda.prc
panda.emacs panda.emacs.Xdefaults _80_panda.prc
#if $[CTPROJS]

View File

@ -6,7 +6,7 @@
// parameters, in particular the default display types.
//
#output _panda.prc
#output _80_panda.prc
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
################################# DO NOT EDIT ###########################
@ -57,4 +57,4 @@ load-file-type egg pandaegg
egg-object-type-portal <Scalar> portal { 1 }
egg-object-type-polylight <Scalar> polylight { 1 }
#end _panda.prc
#end _80_panda.prc