3D Models
How do you convert a 3D model into a formate that can be inputed into OpenGL and how do you do that, also how do you make an object controlable by the your mouse on the mac.
-Fillbert
July 19, 2000 07:34 PM
Hello there,
Have you looked at NeHe''s tutorials? If so, it won''t take you long to work out how to load values from a file and pass them to the gl drawing functions.
I suspect you don''t know how to do file access. I think you should get the Dietel & Dietel C++ How to Program. This book is very good. I used it to learn C++ for my degree.
Using iostream to read files is explained to a tee.
Hope this helps!
Have you looked at NeHe''s tutorials? If so, it won''t take you long to work out how to load values from a file and pass them to the gl drawing functions.
I suspect you don''t know how to do file access. I think you should get the Dietel & Dietel C++ How to Program. This book is very good. I used it to learn C++ for my degree.
Using iostream to read files is explained to a tee.
Hope this helps!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement