3D Models

Started by
0 comments, last by Fillbert 23 years, 9 months ago
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
Advertisement
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!

This topic is closed to new replies.

Advertisement