nocompile Posted April 24, 2011 Share Posted April 24, 2011 Howto Disable Near-Clip Plane on camera?Sometimes when in unrestricted camera or first-person camera the near-clip plane clips off things I want in the scene, how do I disable it? Link to comment Share on other sites More sharing options...
Ykkrosh Posted April 24, 2011 Share Posted April 24, 2011 Change CGameView::defaultNear in GameView.cpp, though reducing it decreases the z-buffer resolution and can cause z-fighting errors with distant objects (which is why it's the value it currently is). Link to comment Share on other sites More sharing options...
nocompile Posted April 25, 2011 Author Share Posted April 25, 2011 Change CGameView::defaultNear in GameView.cpp, though reducing it decreases the z-buffer resolution and can cause z-fighting errors with distant objects (which is why it's the value it currently is).Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now