I’m working at a programm that creates a realistic 3d cube (or any other 3d figure for that matter) for one math project. But thats not all. The point is that I need to place points on cubes wires or sides, so I can connect all these points with LineTo() function. How is it possible to name all the cubes wires to place points on them?%-| I’m kinda stuck, any ideas?
The objective is to be able to call the wire(!) and say “the point is in the middle of you!” or something like that, not just by loading coordinates of x, y and z.
The pic below shows the result I’m trying to reach.