Skip to content

Commit

Permalink
fix: interactive to False
Browse files Browse the repository at this point in the history
  • Loading branch information
m-agour committed May 30, 2024
1 parent 8220043 commit 80d60aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/viz_gltf_pbr.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if cameras:
scene.SetActiveCamera(cameras[0])

interactive = 6
interactive = False

if interactive:
window.show(scene, size=(1280, 720))
Expand Down

0 comments on commit 80d60aa

Please sign in to comment.