Searched refs:SetUpwardVector (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_Camera.h | 427 void SetUpwardVector(const nw::math::VEC3& upwardVector); 439 void SetUpwardVector(f32 x, f32 y, f32 z) in SetUpwardVector() function 441 SetUpwardVector(nw::math::VEC3(x, y, z)); in SetUpwardVector()
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmCamera.cpp | 111 resViewUpdater.SetUpwardVector(mCameraUp); in SmCamera() 554 resViewUpdater.SetUpwardVector(upVector); in MoveCamera3D() 625 resViewUpdater.SetUpwardVector(upVector); in MoveCamera3D()
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_Utility.cpp | 107 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in CreateCamera() 216 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in CreateFrustumCamera() 274 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in CreateOrthoCamera()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_Camera.cpp | 683 Camera::SetUpwardVector(const nw::math::VEC3& upwardVector) in SetUpwardVector() function in nw::gfx::Camera 690 resLookAt.SetUpwardVector(upwardVector); in SetUpwardVector()
|
| /NW4C-2.0.3/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 417 lookAtUpdater.SetUpwardVector(upVector); in SetValue()
|
| /NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/ |
| D | LowLayerDemo.cpp | 368 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in BuildCameras()
|
| /NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/ |
| D | LowLayerAnimationDemo.cpp | 391 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in BuildCameras()
|
| /NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/ |
| D | ParticleLowLayerDemo.cpp | 409 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in BuildCameras()
|