Loading...
Logo
Processing Forum

spheres

in Programming Questions  •  3 years ago  
in the reference section of the processing.org website, there lists the ability to create spheres. when i put this into processing it comes up with "sphere() is not available in this renderer". how do i get around this?

Replies(3)

Re: spheres

3 years ago
You probably need to use a 3D renderer...

Re: spheres

3 years ago
where would i find one of those?

Re: spheres

3 years ago
just add a renderer when calling size.

for example size(200,200,P3D);
or OPENGL (import opengl first)