Thread: shamino: my implementation of ms3d va

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9

    Join Date
    May 2005
    Posts
    1,042
    As I stated above, if you generate a specific question I will do the best to answer it for you. Just realize the reality is that if you do not understand it, you are going to have to put a lot of effort into reading/thinking until you do understand it, and if you are undertaking this project seriously you will develop insightful questions when you are stuck and to which I can promptly provide an answer. Ultimately, if you understand the basic idea, the code will make sense, but reading the code won't likely make the basic idea make sense.

    EDIT:
    Ultimately, I've just manipulated the data so that the MS3D data is turned into a new format such that it can be used with a call to OpenGL's glDrawElements. Re-reading the definition of that function on msdn.microsoft.com would be a great place to start.
    Last edited by BobMcGee123; 08-25-2007 at 02:56 PM.
    I'm not immature, I'm refined in the opposite direction.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. rand() implementation
    By habert79 in forum C Programming
    Replies: 4
    Last Post: 02-07-2009, 01:18 PM
  2. Caught a problem MS3D structure setup.
    By Shamino in forum Game Programming
    Replies: 3
    Last Post: 03-25-2006, 06:03 PM
  3. Updating an outdated MS3D Model Loader...
    By Shamino in forum Game Programming
    Replies: 8
    Last Post: 12-13-2005, 12:44 AM
  4. implementation file
    By bejiz in forum C++ Programming
    Replies: 5
    Last Post: 11-28-2005, 01:59 AM
  5. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM