Thread: drawing a cube algorithm

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    144

    drawing a cube algorithm

    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

  2. #2
    template<typename T> threahdead's Avatar
    Join Date
    Sep 2002
    Posts
    214
    Are you trying to do this with OpenGL?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Algorithm for drawing arc?
    By 6tr6tr in forum C++ Programming
    Replies: 7
    Last Post: 01-09-2009, 02:26 AM
  2. Simple 2D rubiks cube algorithm.
    By jeanmarc in forum Game Programming
    Replies: 19
    Last Post: 11-11-2008, 07:40 PM
  3. lens drawing algorithm
    By manav in forum Game Programming
    Replies: 6
    Last Post: 05-17-2008, 01:10 AM
  4. Line Drawing Algorithm
    By Axpen in forum Game Programming
    Replies: 15
    Last Post: 08-01-2005, 06:30 PM
  5. 3d cube
    By vishal2001 in forum Game Programming
    Replies: 4
    Last Post: 09-25-2002, 05:11 PM