p5js - sphere() behaving oddly in 0.4.18

Hi,

It seems that in 0.4.18 drawing with any radius for a sphere <= 100 produces nothing: sphere(100);

sphere(101); // produces a very simplified sphere, 102 only slightly better, etc.

in p5js v 0.4.17 you can draw a sphere as small as sphere(1);

Broken?

Thanks

Tagged:

Answers

Sign In or Register to comment.