I don't have enough depth!!

When I move something in the z-axis further than 10 or -10 then it dissapears, what can I do about it???

Why don’t you alter the z extent of your viewing box. If you are using glortho then simply change the values of the 5th and 6th parameter

Originally posted by SeeDAreW:
When I move something in the z-axis further than 10 or -10 then it dissapears, what can I do about it???

Try using gluPerspective.

Originally posted by SeeDAreW:
When I move something in the z-axis further than 10 or -10 then it dissapears, what can I do about it???

I am usin gluPerspective but when me cube is going further back or further in the front it dissapears!!!

Regardless of whether you use glOrtho or gluPerspective the last two parameters give your near and far clipping plane. So if you want your far clipping plane as 100 just put that in as your last parameter. Then you can translate z to -100 without getting clipped.

Sorry not working that way already tried it!!! Anything else to try?? plaese!!!

The only thing left is for you to post some of your code for us to see what you are doing.

Originally posted by SeeDAreW:
Sorry not working that way already tried it!!! Anything else to try?? plaese!!!

Show us the code you use to set up your projection matrix.

It’s ALIVEEEEEEEE!!!
Sorry guys it actually worked!!!

I thank all of you!!