Advertisement

help me

Started by August 18, 2000 11:42 PM
3 comments, last by Slayer69 24 years, 5 months ago
i am making a game called "grand dad sim" i need help setting a data structure that uses OpenGL function calls that have first name last name and weight and height and diameter for sim of old fat man. here is code so far class OldMan { private: struct stats { char *firstname; char *lastname; float weight,height,diameter; }oldmanstats; public: OldMan(); ~OldMan(); glLoadFatOldMan(); }; i got all the other characters to work using same method but can''t get Old Man to work. Please Help! Thanks!! Oohhhh my god they killed kenny!!!! YOU BASTERED!!!!!!
Oohhhh my god they killed kenny!!!! YOU BASTERED!!!!!!
are you friggin'' kidding?

(if you''re not, then, maybe you need to implement the methods that you have. that''s about all i can think of.)


a2k
------------------General Equation, this is Private Function reporting for duty, sir!a2k
Advertisement
As it is FatOldMman you need larger memory model,
probably you allocate too few memory he he

Pet
Pet
Did you learn C++ before typing that :o)
or is it just random references you too from a book ...
(you can find me on IRC : #opengl on undernet)

ha


JoeMont001@aol.com www.polarisoft.n3.net
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911

This topic is closed to new replies.

Advertisement