diff options
Diffstat (limited to 'files/ja/web/api/webgl_api')
-rw-r--r-- | files/ja/web/api/webgl_api/cross-domain_textures/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/ja/web/api/webgl_api/cross-domain_textures/index.html b/files/ja/web/api/webgl_api/cross-domain_textures/index.html index 05908fed61..15dcbf30e3 100644 --- a/files/ja/web/api/webgl_api/cross-domain_textures/index.html +++ b/files/ja/web/api/webgl_api/cross-domain_textures/index.html @@ -2,6 +2,7 @@ title: Cross-Domain Textures slug: Web/API/WebGL_API/Cross-Domain_Textures translation_of: Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL#Cross-domain_textures +translation_of_original: 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> |