Hi,
Is there a quick and easy way to draw shapes?
Like, drawTriangle(10, 10, 10), where the values in the brackets are values representing the length, breadth, and width?
What im trying to do is, I have three array with values. I want to represent these visually. Preferably with 3D shapes.
Whats the best way to implement them into a shape to that the first array determines the position on the y axis, the second array values determine the length of the shape on the x axis, and the third array values determine the length of the shapes on the z axis??
Its all getting very confusing for me?!
Thanks!