| Variable
| Values
| Default
| Details
|
| load-display
| pandagl pandadx9 pandadx8 tinydisplay
| pandagl
| Specifies which graphics GSG to use for rendering (OpenGL or DirectX 8/9)
|
| aux-display
| pandagl pandadx9 pandadx8 tinydisplay
| pandagl
| Specifies which graphics GSG to use if the GSG specified in load-display fails. May be specified multiple times to create multiple fallbacks.
|
| win-size
| Number of pixels
| 640 480
| Specifies the size of the Panda3D window
|
| win-origin
| Pixel offsets
| 50 50
| Specifies the offset of the Panda3D window
|
| window-title
| Window title
| Panda
| Specifies the title of the Panda3D window
|
| fullscreen
| #t #f
| #f
| Enables full-screen mode (true or false)
|
| undecorated
| #t #f
| #f
| Removes border from window (true or false)
|
| cursor-hidden
| #t #f
| #f
| Hides mouse cursor (true or false)
|
| video-sync
| #t #f
| #t
| Limits the framerate to monitor's capatibilities
|
| show-frame-rate-meter
| #t #f
| #f
| Shows the fps in the upper right corner of the screen (true or false)
|
| notify-level-[package]
| fatal error warning info debug spam
| info
| Sets notification levels for various Panda3D packages to control the amount of information printed during execution (fatal being least, spam being most)
|
| model-path
| Path string
| see config file
| Adds specified path to the list of paths searched when loading a model
|
| audio-library-name
| p3openal_audio p3fmod_audio p3miles_audio null
| p3fmod_audio
| Loads the appropriate audio drivers. Miles is a proprietary audio, so only select that option if you currently have it.
|
| want-directtools
| #t #f
| #t line commented out
| Enables directtools, a suite of interactive object/camera manipulation tools
|
| want-tk
| #t #f
| #t line commented out
| Enables support for using Tkinter/PMW (Python’s wrappers around Tk)
|