mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
add sequencing numbers
This commit is contained in:
parent
68437f3e38
commit
1efa50984f
@ -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
|
||||
|
@ -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
|
24
direct/src/configfiles/_direct.prc.pp
Normal file
24
direct/src/configfiles/_direct.prc.pp
Normal 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
|
@ -1,6 +1,6 @@
|
||||
|
||||
#define INSTALL_CONFIG \
|
||||
panda.emacs panda.emacs.Xdefaults _panda.prc
|
||||
panda.emacs panda.emacs.Xdefaults _80_panda.prc
|
||||
|
||||
|
||||
#if $[CTPROJS]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user