Thread: 3D Modeler

  1. #1
    Registered User
    Join Date
    Aug 2008
    Posts
    2

    3D Modeler

    I'm kinda new to programing in C because I normally did programing in Java dealing with 2d applications. Right now I wanted to work on a 3D Modeler in C, mainly do to its' overwhelming speed in comparison to Java in compiling. So I was wondering if anyone could help give me any leads or info to help me to start this project.

  2. #2
    Registered User valaris's Avatar
    Join Date
    Jun 2008
    Location
    RING 0
    Posts
    507
    OpenGL I reckon would be a place to start.

  3. #3
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Before you can build a 3D modeler, you need two things:
    1. A good understanding of the C language.
    2. A good understanding of 3D math.

    Also, if you are used to Java, you may want to consider C++ instead of C. Correctly done, there shouldn't be any noticeable difference in performance, but the task of working on 3D objects is much simpler in C++ since you can for example produce classes for vertices and matrices that you can use with basic math.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  4. #4
    Registered User
    Join Date
    Aug 2008
    Posts
    2
    Does anyone have any links to informative websites?

  5. #5
    Technical Lead QuantumPete's Avatar
    Join Date
    Aug 2007
    Location
    London, UK
    Posts
    894
    "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
    "Have you tried turning it off and on again?" - The IT Crowd

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Free 3D Modeler!!!
    By Sentral in forum Game Programming
    Replies: 10
    Last Post: 06-19-2005, 01:28 AM
  2. 3D starfield
    By VirtualAce in forum Game Programming
    Replies: 6
    Last Post: 06-26-2003, 12:40 PM
  3. 3D SDK for C++ programmers
    By chand in forum Game Programming
    Replies: 2
    Last Post: 05-20-2003, 07:38 AM
  4. 3D Engines
    By Peter_D3T in forum C++ Programming
    Replies: 5
    Last Post: 06-22-2002, 03:59 PM
  5. 3d engines
    By Unregistered in forum Game Programming
    Replies: 7
    Last Post: 12-17-2001, 11:19 AM