Help with Shapes3D

I am new to using libraries, to be frank, this is my first time trying.
Now I am trying to use shapes3D to well, make 3D shapes and I can’t figure out how to work it.
I have used their website ‘http://www.lagers.org.uk/s3d4p/libguides/lg06-ellipsoid.html’ and it’s useful
but I can’t seem to figure out how to use it in my code, I want to make an ellipsoid instead of a sphere and
I am finding it difficult, any help would be very appreciated.

1 Like

All the libraries come with examples. In Processing select File > Examples from the menus and in the dialog window that open the Contributed Libraries tab then the Shapes3D tab and you will find a host of examples, find the ellipsoid example under Basic Shapes.

BTW an ellipsoid is a sphere where the X, Y and Z radii are not all the ame. :grinning:

1 Like