Searched refs:leftCamera (Results 1 – 6 of 6) sorted by relevance
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmRenderSystem.cpp | 325 nw::gfx::Camera* leftCamera, in CalcStereoCamera() argument 331 NW_NULL_ASSERT(leftCamera); in CalcStereoCamera() 336 nn::math::MTX44& projL = leftCamera->ProjectionMatrix(); in CalcStereoCamera() 337 nn::math::MTX34& viewL = leftCamera->ViewMatrix(); in CalcStereoCamera() 342 leftCamera->SetWScale( wScale ); in CalcStereoCamera()
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_GraphicsSystem.cpp | 526 gfx::Camera* leftCamera, in RenderStereoScene() argument 586 renderContext->SetCameraMatrix(leftCamera); in RenderStereoScene() 834 gfx::Camera* leftCamera, in CalcStereoCamera() argument 840 NW_NULL_ASSERT(leftCamera); in CalcStereoCamera() 845 nn::math::MTX44& projL = leftCamera->ProjectionMatrix(); in CalcStereoCamera() 846 nn::math::MTX34& viewL = leftCamera->ViewMatrix(); in CalcStereoCamera() 862 leftCamera->GetProjectionUpdater()->SetPivotDirection(math::PIVOT_UPSIDE_TO_TOP); in CalcStereoCamera()
|
| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | SmRenderSystem.h | 153 nw::gfx::Camera* leftCamera,
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_GraphicsSystem.h | 359 gfx::Camera* leftCamera, 428 gfx::Camera* leftCamera,
|
| /NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/ |
| D | ProjectionShadowDemo.cpp | 191 nw::gfx::Camera* leftCamera, in EndRenderCommand() argument 195 m_LeftCamera(leftCamera), in EndRenderCommand()
|
| /NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/ |
| D | ShadowMapDemo.cpp | 191 nw::gfx::Camera* leftCamera, in EndRenderCommand() argument 195 m_LeftCamera(leftCamera), in EndRenderCommand()
|