diff options
| author | Carolyn Wu <87150472+cw118@users.noreply.github.com> | 2022-03-17 03:31:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 08:31:51 +0100 |
| commit | 32205e16dbc2d048e543d6a0e27015c691498a50 (patch) | |
| tree | 2ffd23d973d76bc2042e3b3a5d9ff6bc90e3e76b /files/fr/web/api/webgl_api | |
| parent | f9e0545459f96b234909fcca749d2fd4a5b3feda (diff) | |
| download | translated-content-32205e16dbc2d048e543d6a0e27015c691498a50.tar.gz translated-content-32205e16dbc2d048e543d6a0e27015c691498a50.tar.bz2 translated-content-32205e16dbc2d048e543d6a0e27015c691498a50.zip | |
Remove unwanted macros (no orphaned/conflicting) (#4649)
Diffstat (limited to 'files/fr/web/api/webgl_api')
15 files changed, 3 insertions, 27 deletions
diff --git a/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.md b/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.md index 5909544024..43de6b2996 100644 --- a/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.md +++ b/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.md @@ -11,8 +11,6 @@ tags: translation_of: Web/API/WebGL_API/By_example/Basic_scissoring original_slug: Web/API/WebGL_API/By_example/Appliquer_des_découpes_simples --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Masque_de_couleur","Apprendre/WebGL/Par_exemple/Tailles_de_canvas_et_WebGL")}} Dans cet article, on illustre comment dessiner des rectangles et des carrés grâce à des opérations de découpe simple (_scissoring_). diff --git a/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.md b/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.md index 5ee0933158..cb058d84d4 100644 --- a/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.md +++ b/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.md @@ -10,8 +10,6 @@ tags: translation_of: Web/API/WebGL_API/By_example/Boilerplate_1 original_slug: Web/API/WebGL_API/By_example/Modèle_1 --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Tailles_de_canvas_et_WebGL","Apprendre/WebGL/Par_exemple/Créer_une_animation_avec_découpe_et_applique")}} Dans cet article, on décrit les fragments de code qui seront réutilisés pour les exemples suivants (où ils seront masqués pour une meilleur lisibilité). Parmi ce code, on définit une fonction JavaScript utilitaire qui permet de simplifier l'initialisation de WebGL. diff --git a/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.md b/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.md index 684a36a260..a383b2cb27 100644 --- a/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.md +++ b/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.md @@ -10,8 +10,6 @@ tags: 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 --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Appliquer_des_découpes_simples","Apprendre/WebGL/Par_exemple/Modèle_1")}} {{EmbedLiveSample("Les_effets_liés_à_la_taille_du_canevas_sur_le_rendu_avec_WebGL",660,180)}} diff --git a/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.md b/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.md index 04823c499b..0d95f00679 100644 --- a/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.md +++ b/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.md @@ -11,8 +11,6 @@ tags: translation_of: Web/API/WebGL_API/By_example/Clearing_by_clicking original_slug: Web/API/WebGL_API/By_example/Appliquer_une_couleur_à_la_souris --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Appliquer_des_couleurs","Apprendre/WebGL/Par_exemple/Cr%C3%A9er_une_animation_color%C3%A9e")}} Dans cet article, on voit comment combiner les interactions de l'utilisateur et les opérations graphiques. Plus précisément, dans cet exemple, chaque clic de l'utilisateur déclenchera l'application d'une couleur aléatoire dans le contexte de rendu. diff --git a/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.md b/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.md index b185bbd89d..88662c24d5 100644 --- a/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.md +++ b/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.md @@ -11,8 +11,6 @@ tags: translation_of: Web/API/WebGL_API/By_example/Clearing_with_colors original_slug: Web/API/WebGL_API/By_example/Appliquer_des_couleurs --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Détecter_WebGL","Apprendre/WebGL/Par_exemple/Appliquer_une_couleur_%C3%A0_la_souris")}} Dans cet article, on voit comment appliquer une couleur unie dans le contexte de rendu. diff --git a/files/fr/web/api/webgl_api/by_example/color_masking/index.md b/files/fr/web/api/webgl_api/by_example/color_masking/index.md index 8345a669f9..5fc819eaf0 100644 --- a/files/fr/web/api/webgl_api/by_example/color_masking/index.md +++ b/files/fr/web/api/webgl_api/by_example/color_masking/index.md @@ -4,8 +4,6 @@ slug: Web/API/WebGL_API/By_example/Color_masking translation_of: Web/API/WebGL_API/By_example/Color_masking original_slug: Web/API/WebGL_API/By_example/Masque_de_couleur --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Créer_une_animation_colorée","Apprendre/WebGL/Par_exemple/Appliquer_des_découpes_simples")}} Dans cet article, on modifie des couleurs aléatoires grâce à un masque de couleur. Cela permet de limiter la plage de couleurs affichées à certains tons. diff --git a/files/fr/web/api/webgl_api/by_example/detect_webgl/index.md b/files/fr/web/api/webgl_api/by_example/detect_webgl/index.md index bfd0e34c24..fe75470f9d 100644 --- a/files/fr/web/api/webgl_api/by_example/detect_webgl/index.md +++ b/files/fr/web/api/webgl_api/by_example/detect_webgl/index.md @@ -11,7 +11,7 @@ tags: translation_of: Web/API/WebGL_API/By_example/Detect_WebGL original_slug: Web/API/WebGL_API/By_example/Détecter_WebGL --- -{{IncludeSubnav("/fr/Apprendre")}}{{PreviousNext("Apprendre/WebGL/Par_exemple","Apprendre/WebGL/Par_exemple/Appliquer_des_couleurs")}} +{{PreviousNext("Apprendre/WebGL/Par_exemple","Apprendre/WebGL/Par_exemple/Appliquer_des_couleurs")}} Dans cet exemple, on voit comment détecter un contexte de rendu {{Glossary("WebGL")}} et afficher le résultat à l'utilisateur. diff --git a/files/fr/web/api/webgl_api/by_example/hello_glsl/index.md b/files/fr/web/api/webgl_api/by_example/hello_glsl/index.md index 4ebd39cd35..2cdd216f26 100644 --- a/files/fr/web/api/webgl_api/by_example/hello_glsl/index.md +++ b/files/fr/web/api/webgl_api/by_example/hello_glsl/index.md @@ -10,8 +10,6 @@ tags: - WebGL translation_of: Web/API/WebGL_API/By_example/Hello_GLSL --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Une_pluie_de_rectangle","Apprendre/WebGL/Par_exemple/Introduction_aux_attributs_vertex")}} Dans cet article, on décrit un programme de manipulation de _shaders_ qui dessine un carré de couleur. diff --git a/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.md b/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.md index 671303054b..80a893ab44 100644 --- a/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.md +++ b/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.md @@ -11,8 +11,6 @@ tags: translation_of: Web/API/WebGL_API/By_example/Hello_vertex_attributes original_slug: Web/API/WebGL_API/By_example/Introduction_aux_attributs_vertex --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Hello_GLSL","Apprendre/WebGL/Par_exemple/Générer_des_textures_avec_du_code")}} Avec cet exemple, on voit comment combiner la programmation des _shaders_ et les interactions utilisateurs grâce aux attributs des _vertex_. diff --git a/files/fr/web/api/webgl_api/by_example/index.md b/files/fr/web/api/webgl_api/by_example/index.md index 57c55bd51c..64861436ff 100644 --- a/files/fr/web/api/webgl_api/by_example/index.md +++ b/files/fr/web/api/webgl_api/by_example/index.md @@ -8,8 +8,6 @@ tags: - WebGL translation_of: Web/API/WebGL_API/By_example --- -{{IncludeSubnav("/fr/docs/Apprendre")}} - {{Next("Apprendre/WebGL/Par_exemple/Détecter_WebGL")}} _WebGL par l'exemple_ est une série d'articles illustrant les concepts et les possibilités offertes par WebGL. Chaque exemple est accompagné d'explications. Ces démonstrations sont triés par sujet et par niveau de difficulté. Les concepts abordés sont, entre autres, le contexte de rendu, la programmation avec les _shaders_, les textures, la géométrie et l'interaction avec les utilisateurs. diff --git a/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.md b/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.md index 2628ebf301..1254487f87 100644 --- a/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.md +++ b/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.md @@ -11,8 +11,6 @@ tags: translation_of: Web/API/WebGL_API/By_example/Raining_rectangles original_slug: Web/API/WebGL_API/By_example/Une_pluie_de_rectangle --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Créer_une_animation_avec_découpe_et_applique","Apprendre/WebGL/Par_exemple/Hello_GLSL")}} Cet exemple permet de créer un jeu simple qui illustre ce qu'il est possible de faire avec du « découpage », des animations et des interactions utilisateur. diff --git a/files/fr/web/api/webgl_api/by_example/scissor_animation/index.md b/files/fr/web/api/webgl_api/by_example/scissor_animation/index.md index 14b742c5c1..44d6817591 100644 --- a/files/fr/web/api/webgl_api/by_example/scissor_animation/index.md +++ b/files/fr/web/api/webgl_api/by_example/scissor_animation/index.md @@ -11,8 +11,6 @@ tags: 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 --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Modèle_1","Apprendre/WebGL/Par_exemple/Une_pluie_de_rectangle")}} Dans cet article, on voit comment créer des animations grâce à des opérations de découpe et d'applique. diff --git a/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.md b/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.md index 6842ac3fcd..4326b5ce09 100644 --- a/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.md +++ b/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.md @@ -11,8 +11,6 @@ tags: 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 --- -{{IncludeSubnav("/fr/Apprendre")}} - {{PreviousNext("Apprendre/WebGL/Par_exemple/Appliquer_une_couleur_à_la_souris","Apprendre/WebGL/Par_exemple/Masque_de_couleur")}} Dans cet exemple, on crée une animation avec des couleurs en appliquant chaque seconde une couleur aléatoire dans le contexte de rendu {{Glossary("WebGL")}}. diff --git a/files/fr/web/api/webgl_api/by_example/textures_from_code/index.md b/files/fr/web/api/webgl_api/by_example/textures_from_code/index.md index 9af5535ebc..4ba4e2d9e9 100644 --- a/files/fr/web/api/webgl_api/by_example/textures_from_code/index.md +++ b/files/fr/web/api/webgl_api/by_example/textures_from_code/index.md @@ -11,7 +11,7 @@ tags: 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 --- -{{draft}}{{IncludeSubnav("/fr/Apprendre")}} +{{draft}} {{PreviousNext("Apprendre/WebGL/Par_exemple/Introduction_aux_attributs_vertex","Apprendre/WebGL/Par_exemple/Les_textures_vidéos")}} diff --git a/files/fr/web/api/webgl_api/by_example/video_textures/index.md b/files/fr/web/api/webgl_api/by_example/video_textures/index.md index e74d59bf5f..0f08aaabcc 100644 --- a/files/fr/web/api/webgl_api/by_example/video_textures/index.md +++ b/files/fr/web/api/webgl_api/by_example/video_textures/index.md @@ -11,7 +11,7 @@ tags: translation_of: Web/API/WebGL_API/By_example/Video_textures original_slug: Web/API/WebGL_API/By_example/Les_textures_vidéos --- -{{draft}}{{IncludeSubnav("/fr/Apprendre")}} +{{draft}} {{Previous("Apprendre/WebGL/Par_exemple/Générer_des_textures_avec_du_code")}} |
