Home
last modified time | relevance | path

Searched refs:GetNear (Results 1 – 10 of 10) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Camera.cpp765 *nearClip = resource.GetNear(); in GetPerspective()
831 *nearClip = resource.GetNear(); in GetFrustum()
898 *nearClip = resource.GetNear(); in GetOrtho()
946 *nearClip = resource.GetNear(); in GetFrustum()
984 *nearClip = resource.GetNear(); in GetOrtho()
1023 Camera::GetNear() const in GetNear() function in nw::gfx::Camera
1030 return resource.GetNear(); in GetNear()
Dgfx_PerspectiveProjectionUpdater.cpp99 float near = this->m_Resource.GetNear(); in Update()
Dgfx_FrustumProjectionUpdater.cpp101 float near = m_Resource.GetNear(); in Update()
Dgfx_OrthoProjectionUpdater.cpp105 float near = m_Resource.GetNear(); in Update()
Dgfx_Fog.cpp262 f32 near = resProjectionUpdater.GetNear(); in Update()
Dgfx_MaterialState.cpp410 f32 near = camera->GetNear(); in ActivateTextureCoordinators()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
Dmain.cpp710 …* (resProjectionUpdater.GetFar() - resProjectionUpdater.GetNear()) + resProjectionUpdater.GetNear(… in DemoScene()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Camera.h696 f32 GetNear() const;
/NW4C-1.3.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp680 f32 near = s_ActiveCamera->GetNear(); in UpdateScene()
/NW4C-1.3.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp846 int near = resProjectionUpdater.GetNear(); in UpdateScene()