Boston Posted February 5, 2024 Author Share Posted February 5, 2024 I finally have fast internet again. I downloaded a fresh copy of the SVN and made the same changes as I had made to my old local version. CCamera &camera = AtlasView::GetView_Actor()->GetCamera(); camera.SetOrthoProjection(-2.f, -512.f, m_2d_Scale); The above code now does nothing. maybe I should be getting the camera from a different location. Link to comment Share on other sites More sharing options...
Stan` Posted February 5, 2024 Share Posted February 5, 2024 Maybe it's returning you a copy of the camera, not the actual one ? 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