Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Utility.cpp94 resProjectionUpdater.SetNear(nearClip); in CreateCamera()
148 resProjectionUpdater.SetNear(nearClip); in CreateAimCamera()
203 resProjectionUpdater.SetNear(nearClip); in CreateFrustumCamera()
261 resProjectionUpdater.SetNear(nearClip); in CreateOrthoCamera()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Camera.cpp591 resource.SetNear(nearClip); in SetPerspective()
658 resource.SetNear(nearClip); in SetFrustum()
725 resource.SetNear(nearClip); in SetOrtho()
837 Camera::SetNear(f32 near) in SetNear() function in nw::gfx::Camera
844 resource.SetNear(near); in SetNear()
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp455 perspectiveUpdater.SetNear(floatValue); in SetValue()
484 orthoUpdater.SetNear(floatValue); in SetValue()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Camera.h666 void SetNear(f32 near);
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmCamera.cpp117 resProjectionUpdater.SetNear(0.1f); in SmCamera()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp373 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp414 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp396 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()