diff --git a/doc/makepanda/confauto.in b/doc/makepanda/confauto.in index 49495a982b..6fa3d17fd0 100755 --- a/doc/makepanda/confauto.in +++ b/doc/makepanda/confauto.in @@ -79,7 +79,7 @@ egg-object-type-ghost 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 diff --git a/doc/makepanda/config.in b/doc/makepanda/config.in index 0fcc781485..89f09c46c1 100755 --- a/doc/makepanda/config.in +++ b/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