Browse Source

Added p3 to library names

Josh Yelon 19 years ago
parent
commit
cea56b4d81
2 changed files with 6 additions and 2 deletions
  1. 5 1
      doc/makepanda/confauto.in
  2. 1 1
      doc/makepanda/config.in

+ 5 - 1
doc/makepanda/confauto.in

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

+ 1 - 1
doc/makepanda/config.in

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