From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/ja/web/api/webgl_api/cross-domain_textures/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'files/ja/web/api/webgl_api') 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 ---

WebGL のテクスチャの読み込みは、クロスドメインアクセス制御に従います。コンテンツで他のドメインからテクスチャを読み込むためには、CORS で許可を得る必要があります。CORS について詳しくは、HTTP access control をご覧ください。

CORS で許可された画像を WebGL のテクスチャとして使用する方法の説明を こちらの hacks.mozilla.org の記事 に掲載していますので、サンプル と合わせてご覧ください。

-- cgit v1.2.3-54-g00ecf