mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fixed 1.1.0 performance problems
This commit is contained in:
parent
be6d48df86
commit
8c416c9975
@ -1896,7 +1896,7 @@ fullscreen #f
|
||||
# "software" in the following line, otherwise remove it to force
|
||||
# hardware only.
|
||||
|
||||
framebuffer-mode rgba double-buffer depth multisample hardware software
|
||||
framebuffer-mode rgba double-buffer depth hardware
|
||||
|
||||
# These control the amount of output Panda gives for some various
|
||||
# categories. The severity levels, in order, are "spam", "debug",
|
||||
@ -1928,6 +1928,11 @@ texture-path $THIS_PRC_DIR/../models
|
||||
want-directtools #f
|
||||
want-tk #f
|
||||
|
||||
# Enable/disable performance profiling tool and frame-rate meter
|
||||
|
||||
want-pstats #f
|
||||
show-frame-rate-meter #f
|
||||
|
||||
# This enables simple networked programs to easily provide a DC file
|
||||
|
||||
dc-file sample.dc
|
||||
|
Loading…
x
Reference in New Issue
Block a user