Skip to main content
GameDev.net gamedev.net
🔒 Locked

How can I create a 3D model of a car in OpenGL

Started by anitaPillai Dec 15, 2004 at 2:31 PM 1 replies 4.4k views
Original Post
anitaPillai
anitaPillai
How can I create a 3D model of a car in OpenGL , it should be something simple not too complicated. Could I do it using texture mapping ?? I am new to graphics programming so I need something simple to work with. Thanks! Anita
Monder
Monder
OpenGL is an API designed for displaying things (such as 3D models of cars) not creating them. To create a model of the car you'd want to use a 3D package such as 3D Studio Max or Maya though these have rather steep price tags. Blender is a decent free (and open source) alternative.
haphazardlynamed
haphazardlynamed
look into gluQuadrics first
they give you primitive shapes like, box, cylinder, sphere, etc
a bunch of those stuck together could make a simple car



edit
ok, why did my rating go down over this?
its perfectly reasonable advice
if your just starting out with opengl and graphics, start simple
working with primitives and how to translate and scale them is a much better way to start learning than writing a 3d format importer

[Edited by - haphazardlynamed on December 15, 2004 7:45:05 PM]

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.