Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Utility.cpp118 resProjectionUpdater.SetNear(nearClip); in CreateCamera()
172 resProjectionUpdater.SetNear(nearClip); in CreateAimCamera()
227 resProjectionUpdater.SetNear(nearClip); in CreateFrustumCamera()
285 resProjectionUpdater.SetNear(nearClip); in CreateOrthoCamera()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp792 resource.SetNear(nearClip); in SetPerspective()
859 resource.SetNear(nearClip); in SetFrustum()
926 resource.SetNear(nearClip); in SetOrtho()
1038 Camera::SetNear(f32 near) in SetNear() function in nw::gfx::Camera
1045 resource.SetNear(near); in SetNear()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp467 perspectiveUpdater.SetNear(floatValue); in SetValue()
496 orthoUpdater.SetNear(floatValue); in SetValue()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h733 void SetNear(f32 near);
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCamera.cpp119 resProjectionUpdater.SetNear(0.1f); in SmCamera()
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp376 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp399 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp417 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()