mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
add _pandatool.prc
This commit is contained in:
parent
ae9ef03e9b
commit
2cfcee5b5d
@ -1 +1,8 @@
|
||||
#define INSTALL_CONFIG pandatool.init
|
||||
|
||||
#define INSTALL_CONFIG \
|
||||
_pandatool.prc
|
||||
|
||||
#if $[CTPROJS]
|
||||
// These files only matter to ctattach users.
|
||||
#define INSTALL_CONFIG $[INSTALL_CONFIG] pandatool.init
|
||||
#endif
|
||||
|
8
pandatool/src/configfiles/_pandatool.prc
Normal file
8
pandatool/src/configfiles/_pandatool.prc
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
# Since we have compiled pandatool, it follows that the ptloader
|
||||
# module is available. Request that it be loaded. This module allows
|
||||
# direct loading of third-party model files like .flt, .mb, or .dxf
|
||||
# into Panda, for instance via the loadModel() call or on the pview
|
||||
# command line.
|
||||
|
||||
load-file-type ptloader
|
Loading…
x
Reference in New Issue
Block a user