LearnOpenGL

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 305acef0a717a0293a287379ceb95aacbb0bfffd
parent cd60e8baca85d0d15e40c893216a80a1ab58a3a8
Author: Kenji Matsuda <ftvda283@gmail.com>
Date:   Tue, 26 Oct 2021 10:13:31 +0900

modify header

Diffstat:
Mtranslation/Getting-started/Camera.html | 6++----
Mtranslation/Getting-started/Coordinate-Systems.html | 6++----
Mtranslation/Getting-started/Creating-a-window.html | 4+++-
Mtranslation/Getting-started/Hello-Triangle.html | 6+++---
Mtranslation/Getting-started/Hello-Window.html | 8++++----
Mtranslation/Getting-started/OpenGL.html | 6+++++-
Mtranslation/Getting-started/Review.html | 7++++---
Mtranslation/Getting-started/Shaders.html | 7+++----
Mtranslation/Getting-started/Textures.html | 8++++----
Mtranslation/Getting-started/Transformations.html | 6++----
10 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/translation/Getting-started/Camera.html b/translation/Getting-started/Camera.html @@ -1,13 +1,11 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="ja"> <head> <meta charset="utf-8"/> <title>LearnOpenGL - Camera</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> - <meta name="fragment" content="!"> <link rel="stylesheet" href="../static/style.css" /> - <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"> </script> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> <script src="/static/functions.js"></script> </head> <body> diff --git a/translation/Getting-started/Coordinate-Systems.html b/translation/Getting-started/Coordinate-Systems.html @@ -1,13 +1,11 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="ja"> <head> <meta charset="utf-8"/> <title>LearnOpenGL - Coordinate Systems</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> - <meta name="fragment" content="!"> <link rel="stylesheet" href="../static/style.css" /> - <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"> </script> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> <script src="/static/functions.js"></script> </head> <body> diff --git a/translation/Getting-started/Creating-a-window.html b/translation/Getting-started/Creating-a-window.html @@ -4,7 +4,9 @@ <meta charset="utf-8"/> <title>LearnOpenGL - Creating a window</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> + <link rel="stylesheet" href="../static/style.css" /> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> + <script src="/static/functions.js"></script> </head> <body> <div id="content"> diff --git a/translation/Getting-started/Hello-Triangle.html b/translation/Getting-started/Hello-Triangle.html @@ -4,9 +4,9 @@ <meta charset="utf-8"/> <title>LearnOpenGL - Hello Triangle</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <link rel="stylesheet" href="../static/style.css" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> - <meta name="fragment" content="!"> + <link rel="stylesheet" href="../static/style.css" /> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> + <script src="/static/functions.js"></script> </head> <body> <div id="content"> diff --git a/translation/Getting-started/Hello-Window.html b/translation/Getting-started/Hello-Window.html @@ -1,12 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="ja"> <head> <meta charset="utf-8"/> <title>LearnOpenGL - Hello Window</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <link rel="stylesheet" href="../static/style.css" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> - <meta name="fragment" content="!"> + <link rel="stylesheet" href="../static/style.css" /> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> + <script src="/static/functions.js"></script> </head> <body> <div id="content"> diff --git a/translation/Getting-started/OpenGL.html b/translation/Getting-started/OpenGL.html @@ -1,8 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="ja"> <head> <meta charset="utf-8" /> + <title>LearnOpenGL - OpenGL</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> + <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> <link rel="stylesheet" href="../static/style.css" /> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> + <script src="/static/functions.js"></script> </head> <body> <div id="content"> diff --git a/translation/Getting-started/Review.html b/translation/Getting-started/Review.html @@ -1,11 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="ja"> <head> <meta charset="utf-8"/> <title>LearnOpenGL - Review</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> - <meta name="fragment" content="!"> + <link rel="stylesheet" href="../static/style.css" /> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> + <script src="/static/functions.js"></script> </head> <body> <div id="content"> diff --git a/translation/Getting-started/Shaders.html b/translation/Getting-started/Shaders.html @@ -1,13 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="ja"> <head> <meta charset="utf-8"/> <title>LearnOpenGL - Shaders</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> - <meta name="fragment" content="!"> <link rel="stylesheet" href="../static/style.css" /> - + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> + <script src="/static/functions.js"></script> </head> <body> <div id="content"> diff --git a/translation/Getting-started/Textures.html b/translation/Getting-started/Textures.html @@ -1,12 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="ja"> <head> <meta charset="utf-8"/> <title>LearnOpenGL - Textures</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> - <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> - <meta name="fragment" content="!"> + <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> <link rel="stylesheet" href="../static/style.css" /> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> + <script src="/static/functions.js"></script> </head> <body> <div id="content"> diff --git a/translation/Getting-started/Transformations.html b/translation/Getting-started/Transformations.html @@ -1,13 +1,11 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="ja"> <head> <meta charset="utf-8"/> <title>LearnOpenGL - Transformations</title> <!--<title>Learn OpenGL, extensive tutorial resource for learning Modern OpenGL</title>--> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> - <meta name="description" content="Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners."> - <meta name="fragment" content="!"> <link rel="stylesheet" href="../static/style.css" /> - <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"> </script> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script> <script src="/static/functions.js"></script> </head> <body>