diff options
Diffstat (limited to 'files/ja/web/api/webglrenderingcontext/cleardepth/index.html')
-rw-r--r-- | files/ja/web/api/webglrenderingcontext/cleardepth/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/webglrenderingcontext/cleardepth/index.html b/files/ja/web/api/webglrenderingcontext/cleardepth/index.html index 0dc37e2b19..7e9c54ce84 100644 --- a/files/ja/web/api/webglrenderingcontext/cleardepth/index.html +++ b/files/ja/web/api/webglrenderingcontext/cleardepth/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/WebGLRenderingContext/clearDepth --- <div>{{APIRef("WebGL")}}</div> -<p><a href="/en-US/docs/Web/API/WebGL_API">WebGL API</a> の <strong><code>WebGLRenderingContext.clearDepth()</code></strong> メソッドは、深度バッファーを消去する値を指定します。</p> +<p><a href="/ja/docs/Web/API/WebGL_API">WebGL API</a> の <strong><code>WebGLRenderingContext.clearDepth()</code></strong> メソッドは、深度バッファーを消去する値を指定します。</p> <p>この指定は、{{domxref("WebGLRenderingContext.clear", "clear()")}} メソッドを呼ぶときに使用される深度の数値です。値は 0 から 1 に丸められます。</p> |