| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_Viewport.h | 59 float far ) in Viewport() argument 62 m_DepthFar(far) {} in Viewport() 72 float far ) in Viewport() argument 75 m_DepthFar(far) {} in Viewport() 85 float far) in Viewport() argument 87 m_DepthFar(far) in Viewport() 114 void SetDepthRange(f32 near, f32 far) in SetDepthRange() argument 117 m_DepthFar = far; in SetDepthRange()
|
| D | gfx_GraphicsDevice.h | 144 static void SetDepthRange(f32 near, f32 far) in SetDepthRange() argument 147 s_DepthRangeFar = nw::ut::Clamp(far, 0.0f, 1.0f); in SetDepthRange()
|
| D | gfx_Camera.h | 723 void SetFar(f32 far);
|
| /NW4C-1.3.3/tools/Viewer/ |
| D | Viewer.ini | 131 # カメラfarクリップ設定 132 /g3d/camera/far = 10000.0 190 # near クリップ設定 (near < far) 193 # far クリップ設定 (near < far) 194 /g2d/ortho/far = 1000 202 # near クリップ設定 (正の値で指定, near < far) 205 # farクリップ設定 (正の値で指定, near < far) 206 /g2d/perspective/far = 10000.0
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_PerspectiveProjectionUpdater.cpp | 100 float far = this->m_Resource.GetFar(); in Update() local 101 NW_ASSERT(near != far); in Update() 108 far, in Update()
|
| D | gfx_OrthoProjectionUpdater.cpp | 106 float far = m_Resource.GetFar(); in Update() local 107 NW_ASSERT(near != far); in Update() 116 far, in Update()
|
| D | gfx_FrustumProjectionUpdater.cpp | 102 float far = m_Resource.GetFar(); in Update() local 111 far, in Update()
|
| D | gfx_MaterialState.cpp | 411 f32 far = camera->GetFar(); in ActivateTextureCoordinators() local 419 f32 scaleFactor = 1.0f / (far - near); in ActivateTextureCoordinators() 428 f32 scaleFactor = 1.0f / (far - near); in ActivateTextureCoordinators() 437 f32 scaleFactor = -1.0f / (far - near); in ActivateTextureCoordinators()
|
| D | gfx_Fog.cpp | 263 f32 far = resProjectionUpdater.GetFar(); in Update() local 271 !ut::FloatEqualsWeak(m_Far, far) || in Update() 279 m_Far = far; in Update()
|
| D | gfx_RenderContext.cpp | 187 const float far = 1.0f; in SetRenderTarget() local 188 this->SetRenderTarget(renderTarget, Viewport(x, y, width, height, near, far)); in SetRenderTarget()
|
| D | gfx_Camera.cpp | 1059 Camera::SetFar(f32 far) in SetFar() argument 1066 resource.SetFar(far); in SetFar()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_RectDrawerCommand.h | 169 wScale, near, far, units, cbSz ) \ argument 173 (wScale) != 0.0f ? -(wScale): (near) - (far) ), \ 177 - ((near) - (far)) * static_cast<f32>(units) \
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_Utility.cpp | 370 f32 far; in SetCameraAspectRatio() local 371 camera->GetPerspective(&fovy, NULL, &near, &far); in SetCameraAspectRatio() 373 camera->SetPerspective(fovy, aspectRatio, near, far); in SetCameraAspectRatio()
|