Added p3 to library names

This commit is contained in:
Josh Yelon 2007-02-12 19:40:32 +00:00
parent 7a431e4499
commit cea56b4d81
2 changed files with 6 additions and 2 deletions

View File

@ -79,7 +79,7 @@ egg-object-type-ghost <Scalar> collide-mask { 0 }
# This module allows direct loading of formats like .flt, .mb, or .dxf
load-file-type ptloader
load-file-type p3ptloader
# Define a new egg object type. See the comments in _panda.prc about this.
@ -94,3 +94,7 @@ cull-bin gui-popup 60 unsorted
lock-to-one-cpu #t
paranoid-clock 1
# This default only comes into play if you try to load a model
# and don't specify an extension.
default-model-extension .egg

View File

@ -62,7 +62,7 @@ show-frame-rate-meter #f
# Enable audio using the FMod audio library by default:
audio-library-name fmod_audio
audio-library-name p3fmod_audio
# The new version of panda supports hardware vertex animation, but it's not quite ready