Boston Posted February 5 Author Report Share Posted February 5 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. Quote Link to comment Share on other sites More sharing options...
Stan` Posted February 5 Report Share Posted February 5 Maybe it's returning you a copy of the camera, not the actual one ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.