Thread: 3D Modelling

  1. #1
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542

    3D Modelling

    Does anyone know if it's pretty easy to link files created in Lightwave or any other 3D Modelling program to C++ and use them? And where can I get a free Trial Version Of Lightwave?
    Thanks
    what does signature stand for?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Start here

    Importing them into C++ (raw) isn't going to be that useful, you really need a graphics library (eg. opengl), which has an import function (possibly written by someone else) to import the 3D models.

  3. #3
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Thanks I'll check it out
    what does signature stand for?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Free 3D Modelling Programs
    By Vikstar in forum Game Programming
    Replies: 3
    Last Post: 07-09-2003, 10:18 PM
  2. 3D starfield
    By VirtualAce in forum Game Programming
    Replies: 6
    Last Post: 06-26-2003, 12:40 PM
  3. 3D Modelling + Graphics Cards
    By MethodMan in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-17-2002, 10:29 PM
  4. 3D Modelling Software
    By Ruski in forum C++ Programming
    Replies: 0
    Last Post: 06-27-2002, 01:59 AM
  5. 3D Molecular Modelling using C Graphics
    By govi in forum C Programming
    Replies: 6
    Last Post: 11-27-2001, 12:27 PM