samples/processing_app/library/vecmath/arcball/arcball_shape.rb in ruby-processing-2.5.0 vs samples/processing_app/library/vecmath/arcball/arcball_shape.rb in ruby-processing-2.5.1
- old
+ new
@@ -2,10 +2,10 @@
attr_reader :my_cube
def setup
size(600, 600, P3D)
- smooth(16)
+ smooth(8)
ArcBall.init(self)
@my_cube = create_shape(BOX, 400, 400, 400)
my_cube.set_fill(color(100, 10, 100))
end