Skip to content

Commit 7fd0c08

Browse files
committed
Disable bbox draw in sponza example
1 parent ebce70b commit 7fd0c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sponza/effect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def draw(self, time, frametime, target):
2121
)
2222

2323
# Draw bbox
24-
self.scene.draw_bbox(self.proj_mat, self.sys_camera.view_matrix, all=True)
24+
# self.scene.draw_bbox(self.proj_mat, self.sys_camera.view_matrix, all=True)

0 commit comments

Comments
 (0)