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
Answers
WebGL implementation has just started for p5.js framework.
It's gonna take a while till it's reasonably workable I'm afraid.
Till then, you should forward those bug findings here: https://GitHub.com/processing/p5.js/issues
Thanks! Will do!