Thread: Three-Dimensional Modeling Under Windows

  1. #1
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273

    Post Three-Dimensional Modeling Under Windows

    Hello,

    While trying to work out how to do simple 3D graphics using software rendering (as opposed to handing all the fun stuff over to an API like OpenGL), I came across an old article that was published in Dr. Dobb's Journal.

    Although certifiably antique, the code did compile on VS 2005 and is a fair representation of what is required to do simple 3D graphics.

    I've had a go at improving the interface slightly, introducing double buffering and mouse-based rotation. But I'm not an authority on 3D projection.

    Would anyone mind having a look at the attached and trying to further improve it? I think that this remains a useful article and should not be lost to the mists of time.
    Attached Files Attached Files
    • File Type: c 3d.c (21.8 KB, 137 views)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. microsoft 3d modeling program?
    By ElastoManiac in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-23-2006, 12:09 PM
  2. Modeling/Animations in games
    By Sentral in forum Game Programming
    Replies: 4
    Last Post: 06-21-2005, 08:35 AM
  3. 3D rendering and modeling with Linux?
    By MathFan in forum Tech Board
    Replies: 3
    Last Post: 03-05-2003, 04:42 PM
  4. 3D Modeling
    By kas2002 in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 09-11-2002, 08:52 AM
  5. 3d Modeling ?
    By slx47 in forum Game Programming
    Replies: 16
    Last Post: 05-23-2002, 10:00 PM