Skip to content

Commit

Permalink
Update slider_com_OO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
villares authored Nov 11, 2024
1 parent 8dafab0 commit 24d6a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Processing-Python-py5/slider_com_OO.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Slider:
def display(self):
push() # combina pushMatrix() and pushStyle()
reset_matrix()
camera()
# camera() # acrescente caso o sketch seja com P3D!
rect_mode(CENTER)
stroke_weight(4)
stroke(200)
Expand Down

0 comments on commit 24d6a4b

Please sign in to comment.