how to draw a simple car

Started by
3 comments, last by kalok 20 years, 8 months ago
Can anyone tell me how to draw a simple car using VC++ and OpenGL(no modelling tools to be used)? Thanks
Advertisement
If you dont use a model you will have to hard code all the polygons for a car...

I dont recomend that.
hmmmm, let''s see.....

How about 4 sphears and a 6 rectangle
__________
|________|
0 0

some 3d modelers such as cinema4d can export pointlists etc that you can copy-paste to your sourcecode and put it in an array...
www.anim8or.com

Free 3D Modeler and gives you option to export C code for GL. It''s file format is dead easy to pass. Works on Linux with WINE too if you dont use win.

This topic is closed to new replies.

Advertisement