aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/webgl_api/by_example
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/webgl_api/by_example')
-rw-r--r--files/fr/web/api/webgl_api/by_example/basic_scissoring/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/boilerplate_1/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/color_masking/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/detect_webgl/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/raining_rectangles/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/scissor_animation/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/simple_color_animation/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/textures_from_code/index.html3
-rw-r--r--files/fr/web/api/webgl_api/by_example/video_textures/index.html3
13 files changed, 26 insertions, 13 deletions
diff --git a/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.html b/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.html
index 3995861e83..8a3bee2e08 100644
--- a/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.html
+++ b/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.html
@@ -1,6 +1,6 @@
---
title: Appliquer des découpes simples
-slug: Web/API/WebGL_API/By_example/Appliquer_des_découpes_simples
+slug: Web/API/WebGL_API/By_example/Basic_scissoring
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Basic_scissoring
+original_slug: Web/API/WebGL_API/By_example/Appliquer_des_découpes_simples
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.html b/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.html
index a055a358c8..134457e0fe 100644
--- a/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.html
+++ b/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.html
@@ -1,6 +1,6 @@
---
title: Modèle 1
-slug: Web/API/WebGL_API/By_example/Modèle_1
+slug: Web/API/WebGL_API/By_example/Boilerplate_1
tags:
- Apprendre
- Débutant
@@ -8,6 +8,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Boilerplate_1
+original_slug: Web/API/WebGL_API/By_example/Modèle_1
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.html b/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.html
index 086e0394a7..9cb1d89359 100644
--- a/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.html
+++ b/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.html
@@ -1,6 +1,6 @@
---
title: Tailles de canvas et WebGL
-slug: Web/API/WebGL_API/By_example/Tailles_de_canvas_et_WebGL
+slug: Web/API/WebGL_API/By_example/Canvas_size_and_WebGL
tags:
- Apprendre
- Débutant
@@ -8,6 +8,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Canvas_size_and_WebGL
+original_slug: Web/API/WebGL_API/By_example/Tailles_de_canvas_et_WebGL
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.html b/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.html
index 7ca07c36e6..eaf21ce19a 100644
--- a/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.html
+++ b/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.html
@@ -1,6 +1,6 @@
---
title: Appliquer une couleur à la souris
-slug: Web/API/WebGL_API/By_example/Appliquer_une_couleur_à_la_souris
+slug: Web/API/WebGL_API/By_example/Clearing_by_clicking
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Clearing_by_clicking
+original_slug: Web/API/WebGL_API/By_example/Appliquer_une_couleur_à_la_souris
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.html b/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.html
index 1d8db41a20..c5a6013ed9 100644
--- a/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.html
+++ b/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.html
@@ -1,6 +1,6 @@
---
title: Appliquer des couleurs
-slug: Web/API/WebGL_API/By_example/Appliquer_des_couleurs
+slug: Web/API/WebGL_API/By_example/Clearing_with_colors
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Clearing_with_colors
+original_slug: Web/API/WebGL_API/By_example/Appliquer_des_couleurs
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/color_masking/index.html b/files/fr/web/api/webgl_api/by_example/color_masking/index.html
index ad5e0dd461..250b7927a5 100644
--- a/files/fr/web/api/webgl_api/by_example/color_masking/index.html
+++ b/files/fr/web/api/webgl_api/by_example/color_masking/index.html
@@ -1,6 +1,6 @@
---
title: Masque de couleur
-slug: Web/API/WebGL_API/By_example/Masque_de_couleur
+slug: Web/API/WebGL_API/By_example/Color_masking
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Color_masking
+original_slug: Web/API/WebGL_API/By_example/Masque_de_couleur
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/detect_webgl/index.html b/files/fr/web/api/webgl_api/by_example/detect_webgl/index.html
index fec1fd88a0..449d08fa57 100644
--- a/files/fr/web/api/webgl_api/by_example/detect_webgl/index.html
+++ b/files/fr/web/api/webgl_api/by_example/detect_webgl/index.html
@@ -1,6 +1,6 @@
---
title: Détecter WebGL
-slug: Web/API/WebGL_API/By_example/Détecter_WebGL
+slug: Web/API/WebGL_API/By_example/Detect_WebGL
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Detect_WebGL
+original_slug: Web/API/WebGL_API/By_example/Détecter_WebGL
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.html b/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.html
index 612dbad79c..c829a9b4f9 100644
--- a/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.html
+++ b/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.html
@@ -1,6 +1,6 @@
---
title: Introduction aux attributs de vertex
-slug: Web/API/WebGL_API/By_example/Introduction_aux_attributs_vertex
+slug: Web/API/WebGL_API/By_example/Hello_vertex_attributes
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Hello_vertex_attributes
+original_slug: Web/API/WebGL_API/By_example/Introduction_aux_attributs_vertex
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.html b/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.html
index e9f9bcdf8c..15fae85fc7 100644
--- a/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.html
+++ b/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.html
@@ -1,6 +1,6 @@
---
title: Une pluie de rectangle
-slug: Web/API/WebGL_API/By_example/Une_pluie_de_rectangle
+slug: Web/API/WebGL_API/By_example/Raining_rectangles
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Raining_rectangles
+original_slug: Web/API/WebGL_API/By_example/Une_pluie_de_rectangle
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/scissor_animation/index.html b/files/fr/web/api/webgl_api/by_example/scissor_animation/index.html
index 8eb25287ab..76dfac1def 100644
--- a/files/fr/web/api/webgl_api/by_example/scissor_animation/index.html
+++ b/files/fr/web/api/webgl_api/by_example/scissor_animation/index.html
@@ -1,6 +1,6 @@
---
title: Créer une animation avec découpe et applique
-slug: Web/API/WebGL_API/By_example/Créer_une_animation_avec_découpe_et_applique
+slug: Web/API/WebGL_API/By_example/Scissor_animation
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Scissor_animation
+original_slug: Web/API/WebGL_API/By_example/Créer_une_animation_avec_découpe_et_applique
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.html b/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.html
index a38d174808..cf2677db28 100644
--- a/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.html
+++ b/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.html
@@ -1,6 +1,6 @@
---
title: Créer une animation colorée
-slug: Web/API/WebGL_API/By_example/Créer_une_animation_colorée
+slug: Web/API/WebGL_API/By_example/Simple_color_animation
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Simple_color_animation
+original_slug: Web/API/WebGL_API/By_example/Créer_une_animation_colorée
---
<div>{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/textures_from_code/index.html b/files/fr/web/api/webgl_api/by_example/textures_from_code/index.html
index cd7d71f0c5..82d47f2008 100644
--- a/files/fr/web/api/webgl_api/by_example/textures_from_code/index.html
+++ b/files/fr/web/api/webgl_api/by_example/textures_from_code/index.html
@@ -1,6 +1,6 @@
---
title: Générer des textures avec du code
-slug: Web/API/WebGL_API/By_example/Générer_des_textures_avec_du_code
+slug: Web/API/WebGL_API/By_example/Textures_from_code
tags:
- Apprendre
- Débutant
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Textures_from_code
+original_slug: Web/API/WebGL_API/By_example/Générer_des_textures_avec_du_code
---
<div>{{draft}}{{IncludeSubnav("/fr/Apprendre")}}</div>
diff --git a/files/fr/web/api/webgl_api/by_example/video_textures/index.html b/files/fr/web/api/webgl_api/by_example/video_textures/index.html
index ab1ea5a388..00f4feda91 100644
--- a/files/fr/web/api/webgl_api/by_example/video_textures/index.html
+++ b/files/fr/web/api/webgl_api/by_example/video_textures/index.html
@@ -1,6 +1,6 @@
---
title: Les textures vidéos
-slug: Web/API/WebGL_API/By_example/Les_textures_vidéos
+slug: Web/API/WebGL_API/By_example/Video_textures
tags:
- Apprendre
- Avancé
@@ -9,6 +9,7 @@ tags:
- Tutoriel
- WebGL
translation_of: Web/API/WebGL_API/By_example/Video_textures
+original_slug: Web/API/WebGL_API/By_example/Les_textures_vidéos
---
<div>{{draft}}{{IncludeSubnav("/fr/Apprendre")}}</div>