Draw a number on each side of a box

Hello,

Here is an example to start with:

This will work for a cube as well.

You will have to add a z to the vertices and align your uv coordinates correctly.

I just did it for one face and rotated so you could see it:

image

There is a an example in the Processing IDE here:

Walk through the code and explore the tutorials and references as necessary.

One of the best tools in a programmers tool chest is knowing the resources available to you and learning to navigate, filter and use them.

This is a very short list:

Resources < Click here to expand !

I encourage you to review the resources available here:

I expect that there are other ways to do this as well.

I will leave the rest of the exploration to you.

:)