Config.prc 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # The following (or similar) should go in ~/Config.prc
  2. # Uncomment one of the following lines to choose whether you should
  3. # run using OpenGL or DirectX rendering.
  4. #load-display pandagl
  5. load-display pandadx8
  6. # These control the placement and size of the default rendering window.
  7. win-origin-x 100
  8. win-origin-y 0
  9. win-width 800
  10. win-height 600
  11. # Uncomment this line if you want to run Panda fullscreen instead of
  12. # in a window.
  13. #fullscreen #t
  14. # Windows ships with a software OpenGL driver; if you have not
  15. # installed an OpenGL driver for your graphics card you may be able to
  16. # run OpenGL in software only. If you don't object to running OpenGL
  17. # in software leave this variable set true.
  18. gl-allow-software-renderer #t
  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-audio debug
  25. #notify-level-glgsg debug
  26. #notify-level-gobj warning
  27. # These specify where model files may be loaded from. You probably
  28. # want to set this to a sensible path for yourself. Note the use of
  29. # the Panda convention of forward slashes (instead of backslash)
  30. # separating directory names. (You may also use Windows-native paths
  31. # here if you prefer.)
  32. model-path /i/alpha/player/install/tagmodels
  33. sound-path /c/ttmodels
  34. # This makes the egg loader available to load egg files.
  35. load-file-type pandaegg
  36. # If you have built pandatool, you may want to make this loader
  37. # available; it can load file types for which a converter has been
  38. # written in pandatool (for instance, MultiGen .flt, Maya, and
  39. # Lightwave) directly into Panda.
  40. # load-file-type ptloader
  41. # Turn off audio:
  42. audio-library-name null
  43. # This enable the automatic creation of a TK window when running
  44. # Direct.
  45. #want-directtools #t
  46. #want-tk #t