News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Make the screen depth more.

Started by Farabi, August 23, 2005, 05:15:20 AM

Previous topic - Next topic

Farabi

I cannot see my object if it move front the camera. It looks ripped. How I can solve this?

Check the attachment to see the picture.

[attachment deleted by admin]
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

hitchhikr

Either you use glFrustum in your initialization code and you have to increase the value of zFar (the last argument) either you use gluPerspective  in your initialization code and you have to increase the value of zFar (the last argument too).

Farabi

What I should use for the parameter? real8 or double float?
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

hitchhikr

real8 & double are the same. In masm you use real8.