config.in 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ###########################################################
  2. ### ###
  3. ### Panda3D Configuration File - User-Editable Portion ###
  4. ### ###
  5. ###########################################################
  6. # Uncomment one of the following lines to choose whether you should
  7. # run using OpenGL or DirectX rendering.
  8. load-display pandagl
  9. # These control the placement and size of the default rendering window.
  10. win-origin 50 50
  11. win-size 800 600
  12. # Uncomment this line if you want to run Panda fullscreen instead of
  13. # in a window.
  14. fullscreen #f
  15. # If you don't object to running OpenGL in software leave the keyword
  16. # "software" in the following line, otherwise remove it to force
  17. # hardware only.
  18. framebuffer-mode rgba double-buffer depth hardware
  19. # These control the amount of output Panda gives for some various
  20. # categories. The severity levels, in order, are "spam", "debug",
  21. # "info", "warning", and "fatal"; the default is "info". Uncomment
  22. # one (or define a new one for the particular category you wish to
  23. # change) to control this output.
  24. notify-level warning
  25. default-directnotify-level warning
  26. # These specify where model files may be loaded from. You probably
  27. # want to set this to a sensible path for yourself. $THIS_PRC_DIR is
  28. # a special variable that indicates the same directory as this
  29. # particular Config.prc file.
  30. model-path .
  31. model-path $THIS_PRC_DIR/..
  32. model-path $THIS_PRC_DIR/../models
  33. sound-path .
  34. sound-path $THIS_PRC_DIR/..
  35. sound-path $THIS_PRC_DIR/../models
  36. texture-path .
  37. texture-path $THIS_PRC_DIR/..
  38. texture-path $THIS_PRC_DIR/../models
  39. # This enable the automatic creation of a TK window when running
  40. # Direct.
  41. want-directtools #f
  42. want-tk #f
  43. # Enable/disable performance profiling tool and frame-rate meter
  44. want-pstats #f
  45. show-frame-rate-meter #f
  46. # Enable audio using the FMod audio library by default:
  47. audio-library-name fmod_audio
  48. # The new version of panda supports hardware vertex animation, but it's not quite ready
  49. hardware-animated-vertices 0