We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a1981 commit e4a1d95Copy full SHA for e4a1d95
crates/processing_pyo3/examples/lights.py
@@ -29,6 +29,7 @@ def draw():
29
camera_look_at(0.0, 0.0, 0.0)
30
background(220)
31
32
+ roughness(0.0)
33
push_matrix()
34
rotate(angle)
35
box(100.0, 100.0, 100.0)
0 commit comments