Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Utility.cpp95 resProjectionUpdater.SetFar(farClip); in CreateCamera()
149 resProjectionUpdater.SetFar(farClip); in CreateAimCamera()
204 resProjectionUpdater.SetFar(farClip); in CreateFrustumCamera()
262 resProjectionUpdater.SetFar(farClip); in CreateOrthoCamera()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Camera.cpp592 resource.SetFar(farClip); in SetPerspective()
659 resource.SetFar(farClip); in SetFrustum()
726 resource.SetFar(farClip); in SetOrtho()
861 Camera::SetFar(f32 far) in SetFar() function in nw::gfx::Camera
868 resource.SetFar(far); in SetFar()
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp459 perspectiveUpdater.SetFar(floatValue); in SetValue()
488 orthoUpdater.SetFar(floatValue); in SetValue()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Camera.h684 void SetFar(f32 far);
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmCamera.cpp118 resProjectionUpdater.SetFar(1000.0f); in SmCamera()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp374 resProjectionUpdater.SetFar(1000.0f); in BuildCameras()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp415 resProjectionUpdater.SetFar(1000.0f); in BuildCameras()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp397 resProjectionUpdater.SetFar(1000.0f); in BuildCameras()