Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i execute code (http://pastebin.com/6Q7zS7tC[^] created for import .obj 3d model file. but in my execution, (output) object is very zoomed in. how can i display the object little bit smaller?? thanks.
Posted

1 solution

Without seeing actual vertex data, I an only suggest that you:

Change the first value that you pass to gluPerspective.

This is the Field Of View in degrees. At the moment, it's a very narrow 45°. Referring to Field Of View[^] one can see that the typical human vertical FOV is about 100°.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900