Loading...
Logo
Processing Forum
So I have a sketch where I used the box() function to create a 3d box.  I would like to apply a texture to one of the surfaces of the box. Is it possible to do this; or do I need to build my own box using the beginShpae(), endShape(), and vertex() functions?

Replies(2)

You need to build your own box using those functions. It might be a good idea to write a new function to do it.
Check out:

Examples > 3D > Textures > TextureCube