diff options
| author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:08 +0100 |
|---|---|---|
| committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:08 +0100 |
| commit | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch) | |
| tree | 66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/web/api/webgl_api/by_example | |
| parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
| download | translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2 translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip | |
unslug fr: move
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.html (renamed from files/fr/web/api/webgl_api/by_example/appliquer_des_découpes_simples/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/boilerplate_1/index.html (renamed from files/fr/web/api/webgl_api/by_example/modèle_1/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.html (renamed from files/fr/web/api/webgl_api/by_example/tailles_de_canvas_et_webgl/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.html (renamed from files/fr/web/api/webgl_api/by_example/appliquer_une_couleur_à_la_souris/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.html (renamed from files/fr/web/api/webgl_api/by_example/appliquer_des_couleurs/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/color_masking/index.html (renamed from files/fr/web/api/webgl_api/by_example/masque_de_couleur/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/detect_webgl/index.html (renamed from files/fr/web/api/webgl_api/by_example/détecter_webgl/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.html (renamed from files/fr/web/api/webgl_api/by_example/introduction_aux_attributs_vertex/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/raining_rectangles/index.html (renamed from files/fr/web/api/webgl_api/by_example/une_pluie_de_rectangle/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/scissor_animation/index.html (renamed from files/fr/web/api/webgl_api/by_example/créer_une_animation_avec_découpe_et_applique/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/simple_color_animation/index.html (renamed from files/fr/web/api/webgl_api/by_example/créer_une_animation_colorée/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/textures_from_code/index.html (renamed from files/fr/web/api/webgl_api/by_example/générer_des_textures_avec_du_code/index.html) | 0 | ||||
| -rw-r--r-- | files/fr/web/api/webgl_api/by_example/video_textures/index.html (renamed from files/fr/web/api/webgl_api/by_example/les_textures_vidéos/index.html) | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/files/fr/web/api/webgl_api/by_example/appliquer_des_découpes_simples/index.html b/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.html index 3995861e83..3995861e83 100644 --- a/files/fr/web/api/webgl_api/by_example/appliquer_des_découpes_simples/index.html +++ b/files/fr/web/api/webgl_api/by_example/basic_scissoring/index.html diff --git a/files/fr/web/api/webgl_api/by_example/modèle_1/index.html b/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.html index a055a358c8..a055a358c8 100644 --- a/files/fr/web/api/webgl_api/by_example/modèle_1/index.html +++ b/files/fr/web/api/webgl_api/by_example/boilerplate_1/index.html diff --git a/files/fr/web/api/webgl_api/by_example/tailles_de_canvas_et_webgl/index.html b/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.html index 086e0394a7..086e0394a7 100644 --- a/files/fr/web/api/webgl_api/by_example/tailles_de_canvas_et_webgl/index.html +++ b/files/fr/web/api/webgl_api/by_example/canvas_size_and_webgl/index.html diff --git a/files/fr/web/api/webgl_api/by_example/appliquer_une_couleur_à_la_souris/index.html b/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.html index 7ca07c36e6..7ca07c36e6 100644 --- a/files/fr/web/api/webgl_api/by_example/appliquer_une_couleur_à_la_souris/index.html +++ b/files/fr/web/api/webgl_api/by_example/clearing_by_clicking/index.html diff --git a/files/fr/web/api/webgl_api/by_example/appliquer_des_couleurs/index.html b/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.html index 1d8db41a20..1d8db41a20 100644 --- a/files/fr/web/api/webgl_api/by_example/appliquer_des_couleurs/index.html +++ b/files/fr/web/api/webgl_api/by_example/clearing_with_colors/index.html diff --git a/files/fr/web/api/webgl_api/by_example/masque_de_couleur/index.html b/files/fr/web/api/webgl_api/by_example/color_masking/index.html index ad5e0dd461..ad5e0dd461 100644 --- a/files/fr/web/api/webgl_api/by_example/masque_de_couleur/index.html +++ b/files/fr/web/api/webgl_api/by_example/color_masking/index.html diff --git a/files/fr/web/api/webgl_api/by_example/détecter_webgl/index.html b/files/fr/web/api/webgl_api/by_example/detect_webgl/index.html index fec1fd88a0..fec1fd88a0 100644 --- a/files/fr/web/api/webgl_api/by_example/détecter_webgl/index.html +++ b/files/fr/web/api/webgl_api/by_example/detect_webgl/index.html diff --git a/files/fr/web/api/webgl_api/by_example/introduction_aux_attributs_vertex/index.html b/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.html index 612dbad79c..612dbad79c 100644 --- a/files/fr/web/api/webgl_api/by_example/introduction_aux_attributs_vertex/index.html +++ b/files/fr/web/api/webgl_api/by_example/hello_vertex_attributes/index.html diff --git a/files/fr/web/api/webgl_api/by_example/une_pluie_de_rectangle/index.html b/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.html index e9f9bcdf8c..e9f9bcdf8c 100644 --- a/files/fr/web/api/webgl_api/by_example/une_pluie_de_rectangle/index.html +++ b/files/fr/web/api/webgl_api/by_example/raining_rectangles/index.html diff --git a/files/fr/web/api/webgl_api/by_example/créer_une_animation_avec_découpe_et_applique/index.html b/files/fr/web/api/webgl_api/by_example/scissor_animation/index.html index 8eb25287ab..8eb25287ab 100644 --- a/files/fr/web/api/webgl_api/by_example/créer_une_animation_avec_découpe_et_applique/index.html +++ b/files/fr/web/api/webgl_api/by_example/scissor_animation/index.html diff --git a/files/fr/web/api/webgl_api/by_example/créer_une_animation_colorée/index.html b/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.html index a38d174808..a38d174808 100644 --- a/files/fr/web/api/webgl_api/by_example/créer_une_animation_colorée/index.html +++ b/files/fr/web/api/webgl_api/by_example/simple_color_animation/index.html diff --git a/files/fr/web/api/webgl_api/by_example/générer_des_textures_avec_du_code/index.html b/files/fr/web/api/webgl_api/by_example/textures_from_code/index.html index cd7d71f0c5..cd7d71f0c5 100644 --- a/files/fr/web/api/webgl_api/by_example/générer_des_textures_avec_du_code/index.html +++ b/files/fr/web/api/webgl_api/by_example/textures_from_code/index.html diff --git a/files/fr/web/api/webgl_api/by_example/les_textures_vidéos/index.html b/files/fr/web/api/webgl_api/by_example/video_textures/index.html index ab1ea5a388..ab1ea5a388 100644 --- a/files/fr/web/api/webgl_api/by_example/les_textures_vidéos/index.html +++ b/files/fr/web/api/webgl_api/by_example/video_textures/index.html |
