We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2588bd commit 1832353Copy full SHA for 1832353
1 file changed
examples/tutorials/visualization.py
@@ -2,7 +2,7 @@
2
import math
3
import genesis as gs
4
5
-gs.init()
+gs.init(logging_level="debug")
6
7
scene = gs.Scene(
8
viewer_options=gs.options.ViewerOptions(
0 commit comments