simple car drawing

Started by
54 comments, last by crossbrigade2000 20 years ago
Didn''t you get the hint- move the camera away from the model, or scale the model. How much code have you actually written yourself?
Advertisement
Here is a car for you:

       ________ ___/___|____\___|________________|_ . o O    (_)    (_)  


hope it helps.

[edited by - paulbird on April 16, 2003 11:19:16 AM]
lol, he wanted c++ code:


   cout<<"       ________               \n   ___/___|____\___           \n  |________________|_ . o O   \n      (_)    (_)              ";  


[edited by - xiros on April 16, 2003 11:51:49 AM]
quote:Original post by xiros
lol, he wanted c++ code:


     cout<<"       ________               \n   ___/___|____\___           \n  |________________|_ . o O   \n      (_)    (_)              ";    


<SPAN CLASS=editedby>[edited by - xiros on April 16, 2003 11:51:49 AM]</SPAN>

Funny, I''m guessing he needs it for school and is too lazy to do it himself.
quote:Original post by xiros
lol, he wanted c++ code:


     cout<<"       ________               \n   ___/___|____\___           \n  |________________|_ . o O   \n      (_)    (_)              ";    


[edited by - xiros on April 16, 2003 11:51:49 AM]
nope, C code, with opengl. Here is an updated version


   #include <stdio.h>#include <gl/gl.h> //include OGL, but don''t use it ;)  void main(){printf("       ________               \n   ___/___|____\___           \n  |________________|_ . o O   \n      (_)    (_)              ");}    



But seriously, if this is for school, you should study a bit. You might be able to make some cool stuff.


-~-The Cow of Darkness-~-
-~-The Cow of Darkness-~-
Hi there
Nice cars!!!!

Would someone be willing here to help me out. If we draw a simple car it will benefit the whole community.
Lets use polygons and take it from there. The car does''nt have to have wheels as we can extend as we go along

Thanks
yuor very lazy poppet
just make a car aqnd display it its realy quit esimple!
now stop bothering us we have very improtanty priograming to do ok?
Were you drunk Yoda?
I like pie! - weebl.
Oneiric - Another graphics engine in the works.
no
and i dont do drugs wither
Yoda
If its so simple lets see you draw a car then!!!

This topic is closed to new replies.

Advertisement