Searched refs:currentCamera (Results 1 – 3 of 3) sorted by relevance
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | main.cpp | 549 nw::gfx::Camera* currentCamera = NULL; in DemoScene() local 660 currentCamera = s_GfxCtrl->GetCamera(); in DemoScene() 661 NW_NULL_ASSERT( currentCamera ); in DemoScene() 664 nw::demo::Utility::SetCameraAspectRatio(currentCamera, s_RenderTargets[0]); in DemoScene() 684 CreateGfxCache( CmdReuser, s_PadCameraIndex, currentCamera, commandBuffSide ); in DemoScene() 688 CreateGfxCache( CmdReuser, s_BaseCameraIndex, currentCamera, commandBuffSide ); in DemoScene() 708 …nw::gfx::ResCameraProjectionUpdater resProjectionUpdater = currentCamera->GetProjectionUpdater()->… in DemoScene() 714 … s_RenderSystem->CalcStereoCamera( s_LeftCamera, s_RightCamera, currentCamera, flevel, frange); in DemoScene() 805 CreateGfxCache( CmdReuser, s_PadCameraIndex, currentCamera, commandBuffSide ); in DemoScene() 809 CreateGfxCache( CmdReuser, s_BaseCameraIndex, currentCamera, commandBuffSide ); in DemoScene()
|
| D | SmSceneCtrl.cpp | 186 SmSceneCtrl::SubmitView( nw::gfx::Camera* currentCamera ) in SubmitView() argument 199 (*fog)->Update( currentCamera ); in SubmitView() 204 m_SceneUpdater->SubmitView( m_RenderQueue, m_SceneContext, *currentCamera, 0 ); in SubmitView()
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | SmSceneCtrl.h | 54 void SubmitView( nw::gfx::Camera* currentCamera );
|