Configrc 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # The following (or similar) should go in ~/Configrc
  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.
  31. model-path /i/alpha/player/install/tagmodels
  32. sound-path /c/ttmodels
  33. # This makes the egg loader available to load egg files.
  34. load-file-type pandaegg
  35. # If you have built pandatool, you may want to make this loader
  36. # available; it can load file types for which a converter has been
  37. # written in pandatool (for instance, MultiGen .flt, Maya, and
  38. # Lightwave) directly into Panda.
  39. # load-file-type ptloader
  40. # Turn off audio:
  41. audio-library-name null
  42. # This enable the automatic creation of a TK window when running
  43. # Direct.
  44. #want-directtools #t
  45. #want-tk #t