Using Processing's P3D renderer
Other topicsGetting Started
To be able to use the P3D renderer you must specify it in the size()
function
size(200, 200, P3D);
Now, there are three axes: x
, y
and z
.
Now you can proceed in drawing in 3D.
Contributors
Topic Id: 7589
Example Ids: 24993
This site is not affiliated with any of the contributors.