Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Utility.cpp116 resProjectionUpdater.SetNear(nearClip); in CreateCamera()
170 resProjectionUpdater.SetNear(nearClip); in CreateAimCamera()
225 resProjectionUpdater.SetNear(nearClip); in CreateFrustumCamera()
283 resProjectionUpdater.SetNear(nearClip); in CreateOrthoCamera()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Camera.cpp789 resource.SetNear(nearClip); in SetPerspective()
856 resource.SetNear(nearClip); in SetFrustum()
923 resource.SetNear(nearClip); in SetOrtho()
1035 Camera::SetNear(f32 near) in SetNear() function in nw::gfx::Camera
1042 resource.SetNear(near); in SetNear()
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp465 perspectiveUpdater.SetNear(floatValue); in SetValue()
494 orthoUpdater.SetNear(floatValue); in SetValue()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Camera.h705 void SetNear(f32 near);
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmCamera.cpp117 resProjectionUpdater.SetNear(0.1f); in SmCamera()
/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp374 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp415 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp397 resProjectionUpdater.SetNear(s_NearPlane); in BuildCameras()