View depth? That's easy. You right click on your 3D View, and then select "GXL Properties". Then increase the slider that says, "View Depth".


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}