Anyone know an algorithm to draw a cube? One way may be to define all the vertices(corners) and then start to join the dots individually, but I'm looking for a more simpler way
This is a discussion on drawing a cube algorithm within the C++ Programming forums, part of the General Programming Boards category; Anyone know an algorithm to draw a cube? One way may be to define all the vertices(corners) and then start ...
Anyone know an algorithm to draw a cube? One way may be to define all the vertices(corners) and then start to join the dots individually, but I'm looking for a more simpler way