aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/web
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-07-29 14:16:40 +0900
committerGitHub <noreply@github.com>2021-07-29 14:16:40 +0900
commit14f0164fd8885d51938ec8e7b61ea4819697e3a4 (patch)
tree48abba2045cb35e852a1089b5bff0106c1095f43 /files/ja/conflicting/web
parent2b7a12d8054774993046647881e04aa7823e19a7 (diff)
downloadtranslated-content-14f0164fd8885d51938ec8e7b61ea4819697e3a4.tar.gz
translated-content-14f0164fd8885d51938ec8e7b61ea4819697e3a4.tar.bz2
translated-content-14f0164fd8885d51938ec8e7b61ea4819697e3a4.zip
conflicting/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL を削除 (#1553)
* conflicting/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL を削除 conflicting 版は古いので削除 * リダイレクトの編集ミスを修正
Diffstat (limited to 'files/ja/conflicting/web')
-rw-r--r--files/ja/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/files/ja/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html b/files/ja/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html
deleted file mode 100644
index 22003539c0..0000000000
--- a/files/ja/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Cross-Domain Textures
-slug: conflicting/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL
-translation_of: Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL#Cross-domain_textures
-translation_of_original: Web/API/WebGL_API/Cross-Domain_Textures
-original_slug: Web/API/WebGL_API/Cross-Domain_Textures
----
-<p>WebGL のテクスチャの読み込みは、クロスドメインアクセス制御に従います。コンテンツで他のドメインからテクスチャを読み込むためには、CORS で許可を得る必要があります。CORS について詳しくは、<a href="/Ja/HTTP_access_control" title="ja/HTTP access control">HTTP access control</a> をご覧ください。</p>
-<p>CORS で許可された画像を WebGL のテクスチャとして使用する方法の説明を <a class="external" href="http://hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/" title="http://hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/">こちらの hacks.mozilla.org の記事</a> に掲載していますので、<a class="external" href="http://people.mozilla.org/~bjacob/webgltexture-cors-js.html" title="http://people.mozilla.org/~bjacob/webgltexture-cors-js.html">サンプル</a> と合わせてご覧ください。</p>
-<div class="geckoVersionNote"> <p>{{ gecko_callout_heading("8.0") }}</p> <p>WebGL テクスチャ向けの CORS サポートと、画像要素の <code>crossOrigin</code> 属性が Gecko 8 {{ geckoRelease("8.0") }} で実装されました。</p>
-</div>
-<p>汚染された (書き込みのみ) 2D canvas を WebGL のテクスチャとして使用することはできません。2D {{ HTMLElement("canvas") }} が汚染されたとは例えば、クロスドメインの画像が canvas 上に描画された状態を指します。</p>
-<div class="geckoVersionNote"> <p>{{ gecko_callout_heading("9.0") }}</p> <p>Canvas 2D <code>drawImage</code> 向けの CORS サポートが Gecko 9 {{ geckoRelease("9.0") }} で実装されました。これは、CORS で許可されたクロスドメインの画像が 2D canvas を汚染しないので、2D canvas を WebGL のテクスチャ素材として使用することが可能であり続けることを意味します。</p>
-</div>
-<div class="geckoVersionNote"> <p>{{ gecko_callout_heading("12.0") }}</p> <p>クロスドメインの動画に対する CORS サポートと、{{ HTMLElement("video") }} 要素の<code>crossorigin</code> 属性を Gecko 12 {{ geckoRelease("12.0") }} で実装しました。</p>
-</div>
-<p>{{ languages( { "en": "en/WebGL/Cross-Domain_Textures"} ) }}</p>