Skip to content

Commit

Permalink
Test using p3headlessgl as rendering default
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Mar 4, 2022
1 parent f345c71 commit d714e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarts/core/renderer.py
Expand Up @@ -56,7 +56,7 @@ def __new__(cls):
# Singleton pattern: ensure only 1 ShowBase instance
if "__it__" not in cls.__dict__:
# loadPrcFileData("", "gl-debug #t")
loadPrcFileData("", f"load-display p3tinydisplay")
loadPrcFileData("", f"load-display p3headlessgl")
loadPrcFileData("", "aux-display p3headlessgl")
loadPrcFileData("", "aux-display pandagl")
loadPrcFileData("", "aux-display pandadx9")
Expand Down

0 comments on commit d714e18

Please sign in to comment.