From 12b585b8e60a2877ff64dc6dc5ab058c43652f47 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:45:38 +0100 Subject: unslug de: modify --- .../tutorial/adding_2d_content_to_a_webgl_context/index.html | 3 ++- .../api/webgl_api/tutorial/animating_objects_with_webgl/index.html | 3 ++- .../api/webgl_api/tutorial/animating_textures_in_webgl/index.html | 3 ++- .../webgl_api/tutorial/creating_3d_objects_using_webgl/index.html | 3 ++- .../web/api/webgl_api/tutorial/getting_started_with_webgl/index.html | 3 ++- files/de/web/api/webgl_api/tutorial/lighting_in_webgl/index.html | 3 ++- .../tutorial/using_shaders_to_apply_color_in_webgl/index.html | 5 +++-- .../de/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html | 3 ++- 8 files changed, 17 insertions(+), 9 deletions(-) (limited to 'files/de/web/api/webgl_api') diff --git a/files/de/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html b/files/de/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html index 56c267f394..e7e22ad619 100644 --- a/files/de/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html +++ b/files/de/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html @@ -1,9 +1,10 @@ --- title: Hinzufügen von 2D Inhalten in einen WebGL-Kontext -slug: Web/API/WebGL_API/Tutorial/Hinzufügen_von_2D_Inhalten_in_einen_WebGL-Kontext +slug: Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context tags: - WebGL translation_of: Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context +original_slug: Web/API/WebGL_API/Tutorial/Hinzufügen_von_2D_Inhalten_in_einen_WebGL-Kontext ---

{{WebGLSidebar("Tutorial")}} {{PreviousNext("Web/API/WebGL_API/Tutorial/Einführung_in_WebGL", "Web/API/WebGL_API/Tutorial/Farben_mittels_Shader_in_einen_WebGL-Kontext_hinzufügen")}}

diff --git a/files/de/web/api/webgl_api/tutorial/animating_objects_with_webgl/index.html b/files/de/web/api/webgl_api/tutorial/animating_objects_with_webgl/index.html index a9eafed6db..bec456ac7e 100644 --- a/files/de/web/api/webgl_api/tutorial/animating_objects_with_webgl/index.html +++ b/files/de/web/api/webgl_api/tutorial/animating_objects_with_webgl/index.html @@ -1,10 +1,11 @@ --- title: Objekte mit WebGL animieren -slug: Web/API/WebGL_API/Tutorial/Objekte_mit_WebGL_animieren +slug: Web/API/WebGL_API/Tutorial/Animating_objects_with_WebGL tags: - Tutorial - WebGL translation_of: Web/API/WebGL_API/Tutorial/Animating_objects_with_WebGL +original_slug: Web/API/WebGL_API/Tutorial/Objekte_mit_WebGL_animieren ---

{{WebGLSidebar("Tutorial")}} {{PreviousNext("Web/API/WebGL_API/Tutorial/Farben_mittels_Shader_in_einen_WebGL-Kontext_hinzufügen", "Web/API/WebGL_API/Tutorial/3D-Objekte_mit_WebGL_erstellen") }}

diff --git a/files/de/web/api/webgl_api/tutorial/animating_textures_in_webgl/index.html b/files/de/web/api/webgl_api/tutorial/animating_textures_in_webgl/index.html index bfeb362b8e..5ded1d1c9b 100644 --- a/files/de/web/api/webgl_api/tutorial/animating_textures_in_webgl/index.html +++ b/files/de/web/api/webgl_api/tutorial/animating_textures_in_webgl/index.html @@ -1,10 +1,11 @@ --- title: Animierte Texturen in WebGL -slug: Web/API/WebGL_API/Tutorial/Animierte_Texturen_in_WebGL +slug: Web/API/WebGL_API/Tutorial/Animating_textures_in_WebGL tags: - Tutorial - WebGL translation_of: Web/API/WebGL_API/Tutorial/Animating_textures_in_WebGL +original_slug: Web/API/WebGL_API/Tutorial/Animierte_Texturen_in_WebGL ---

{{WebGLSidebar("Tutorial") }} {{Previous("Web/API/WebGL_API/Tutorial/Beleuchtung_in_WebGL")}}

diff --git a/files/de/web/api/webgl_api/tutorial/creating_3d_objects_using_webgl/index.html b/files/de/web/api/webgl_api/tutorial/creating_3d_objects_using_webgl/index.html index d3a21591fd..df264a040e 100644 --- a/files/de/web/api/webgl_api/tutorial/creating_3d_objects_using_webgl/index.html +++ b/files/de/web/api/webgl_api/tutorial/creating_3d_objects_using_webgl/index.html @@ -1,10 +1,11 @@ --- title: 3D-Objekte mit WebGL erstellen -slug: Web/API/WebGL_API/Tutorial/3D-Objekte_mit_WebGL_erstellen +slug: Web/API/WebGL_API/Tutorial/Creating_3D_objects_using_WebGL tags: - Tutorial - WebGL translation_of: Web/API/WebGL_API/Tutorial/Creating_3D_objects_using_WebGL +original_slug: Web/API/WebGL_API/Tutorial/3D-Objekte_mit_WebGL_erstellen ---

{{WebGLSidebar("Tutorial")}} {{PreviousNext("Web/API/WebGL_API/Tutorial/Objekte_mit_WebGL_animieren", "Web/API/WebGL_API/Tutorial/Texturen_in_WebGL_verwenden")}}

diff --git a/files/de/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html b/files/de/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html index 5906f95761..ad8f707ab6 100644 --- a/files/de/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html +++ b/files/de/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html @@ -1,10 +1,11 @@ --- title: Einführung in WebGL -slug: Web/API/WebGL_API/Tutorial/Einführung_in_WebGL +slug: Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL tags: - Tutorial - WebGL translation_of: Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL +original_slug: Web/API/WebGL_API/Tutorial/Einführung_in_WebGL ---

{{WebGLSidebar("Tutorial")}} {{Next("Web/API/WebGL_API/Tutorial/Hinzufügen_von_2D_Inhalten_in_einen_WebGL-Kontext")}}

diff --git a/files/de/web/api/webgl_api/tutorial/lighting_in_webgl/index.html b/files/de/web/api/webgl_api/tutorial/lighting_in_webgl/index.html index bd65b5bb40..715746822a 100644 --- a/files/de/web/api/webgl_api/tutorial/lighting_in_webgl/index.html +++ b/files/de/web/api/webgl_api/tutorial/lighting_in_webgl/index.html @@ -1,10 +1,11 @@ --- title: Beleuchtung in WebGL -slug: Web/API/WebGL_API/Tutorial/Beleuchtung_in_WebGL +slug: Web/API/WebGL_API/Tutorial/Lighting_in_WebGL tags: - Tutorial - WebGL translation_of: Web/API/WebGL_API/Tutorial/Lighting_in_WebGL +original_slug: Web/API/WebGL_API/Tutorial/Beleuchtung_in_WebGL ---

{{WebGLSidebar("Tutorial")}} {{PreviousNext("Web/API/WebGL_API/Tutorial/Texturen_in_WebGL_verwenden", "Web/API/WebGL_API/Tutorial/Animierte_Texturen_in_WebGL")}}

diff --git a/files/de/web/api/webgl_api/tutorial/using_shaders_to_apply_color_in_webgl/index.html b/files/de/web/api/webgl_api/tutorial/using_shaders_to_apply_color_in_webgl/index.html index 94068822d5..93a5d0181c 100644 --- a/files/de/web/api/webgl_api/tutorial/using_shaders_to_apply_color_in_webgl/index.html +++ b/files/de/web/api/webgl_api/tutorial/using_shaders_to_apply_color_in_webgl/index.html @@ -1,11 +1,12 @@ --- title: Farben mittels Shader in einen WebGL-Kontext hinzufügen -slug: >- - Web/API/WebGL_API/Tutorial/Farben_mittels_Shader_in_einen_WebGL-Kontext_hinzufügen +slug: Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL tags: - Tutorial - WebGL translation_of: Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL +original_slug: >- + Web/API/WebGL_API/Tutorial/Farben_mittels_Shader_in_einen_WebGL-Kontext_hinzufügen ---

{{WebGLSidebar("Tutorial")}} {{PreviousNext("Web/API/WebGL_API/Tutorial/Hinzufügen_von_2D_Inhalten_in_einen_WebGL-Kontext", "Web/API/WebGL_API/Tutorial/Objekte_mit_WebGL_animieren")}}

diff --git a/files/de/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html b/files/de/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html index eb59417694..af33f8e638 100644 --- a/files/de/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html +++ b/files/de/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html @@ -1,10 +1,11 @@ --- title: Texturen in WebGL verwenden -slug: Web/API/WebGL_API/Tutorial/Texturen_in_WebGL_verwenden +slug: Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL tags: - Tutorial - WebGL translation_of: Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL +original_slug: Web/API/WebGL_API/Tutorial/Texturen_in_WebGL_verwenden ---

{{WebGLSidebar("Tutorial")}} {{PreviousNext("Web/API/WebGL_API/Tutorial/3D-Objekte_mit_WebGL_erstellen", "Web/API/WebGL_API/Tutorial/Beleuchtung_in_WebGL")}}

-- cgit v1.2.3-54-g00ecf