Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Utility.cpp117 resProjectionUpdater.SetFar(farClip); in CreateCamera()
171 resProjectionUpdater.SetFar(farClip); in CreateAimCamera()
226 resProjectionUpdater.SetFar(farClip); in CreateFrustumCamera()
284 resProjectionUpdater.SetFar(farClip); in CreateOrthoCamera()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Camera.cpp790 resource.SetFar(farClip); in SetPerspective()
857 resource.SetFar(farClip); in SetFrustum()
924 resource.SetFar(farClip); in SetOrtho()
1059 Camera::SetFar(f32 far) in SetFar() function in nw::gfx::Camera
1066 resource.SetFar(far); in SetFar()
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp469 perspectiveUpdater.SetFar(floatValue); in SetValue()
498 orthoUpdater.SetFar(floatValue); in SetValue()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Camera.h723 void SetFar(f32 far);
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmCamera.cpp118 resProjectionUpdater.SetFar(1000.0f); in SmCamera()
/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp375 resProjectionUpdater.SetFar(1000.0f); in BuildCameras()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp416 resProjectionUpdater.SetFar(1000.0f); in BuildCameras()
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp398 resProjectionUpdater.SetFar(1000.0f); in BuildCameras()