mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-08 04:41:17 -04:00
22 lines
657 B
ObjectPascal
22 lines
657 B
ObjectPascal
//
|
|
// pandatool.prc.pp
|
|
//
|
|
// This file defines the script to auto-generate pandatool.prc at
|
|
// ppremake time.
|
|
//
|
|
|
|
#output 30_pandatool.prc notouch
|
|
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
|
################################# DO NOT EDIT ###########################
|
|
|
|
|
|
# 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 p3ptloader
|
|
|
|
#end 30_pandatool.prc
|