Skip to content

Commit e4a1d95

Browse files
committed
Fix lights.
1 parent 94a1981 commit e4a1d95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/processing_pyo3/examples/lights.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def draw():
2929
camera_look_at(0.0, 0.0, 0.0)
3030
background(220)
3131

32+
roughness(0.0)
3233
push_matrix()
3334
rotate(angle)
3435
box(100.0, 100.0, 100.0)

0 commit comments

Comments
 (0)