Home
last modified time | relevance | path

Searched refs:SetUpwardVector (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Camera.h354 void SetUpwardVector(const nw::math::VEC3& upwardVector);
366 void SetUpwardVector(f32 x, f32 y, f32 z) in SetUpwardVector() function
368 SetUpwardVector(nw::math::VEC3(x, y, z)); in SetUpwardVector()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmCamera.cpp109 resViewUpdater.SetUpwardVector(mCameraUp); in SmCamera()
548 resViewUpdater.SetUpwardVector(upVector); in MoveCamera3D()
619 resViewUpdater.SetUpwardVector(upVector); in MoveCamera3D()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Utility.cpp83 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in CreateCamera()
192 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in CreateFrustumCamera()
250 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in CreateOrthoCamera()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Camera.cpp482 Camera::SetUpwardVector(const nw::math::VEC3& upwardVector) in SetUpwardVector() function in nw::gfx::Camera
489 resLookAt.SetUpwardVector(upwardVector); in SetUpwardVector()
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp405 lookAtUpdater.SetUpwardVector(upVector); in SetValue()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp365 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in BuildCameras()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp406 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in BuildCameras()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp388 resViewUpdater.SetUpwardVector(0.0f,1.0f,0.0f); in BuildCameras()