08-26-2014, 11:05 PM
i have thought about the algo, and he is what i got so far:
you do the bresenham algo twice, on with DX and DY, the other with DZ and DY. then, i sync up there incrementing/decrementing, it will draw the dots. it will be very slow, and i will make the display more synced, but it can work.
for the cuboid drawer:
its not that different than a quadrilateral drawer, just instead of drawing the lines between 4 points, it will be doing it between 8.
you do the bresenham algo twice, on with DX and DY, the other with DZ and DY. then, i sync up there incrementing/decrementing, it will draw the dots. it will be very slow, and i will make the display more synced, but it can work.
for the cuboid drawer:
its not that different than a quadrilateral drawer, just instead of drawing the lines between 4 points, it will be doing it between 8.