1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00
Commit Graph

54 Commits

Author SHA1 Message Date
KimoriTama
ca85308f99 fix:立方体贴图翻译错误 2023-01-15 11:52:34 +08:00
liaoyijian
8b2a9ef60c Update 几何着色器 Geometry Shader.md 2022-06-14 22:09:50 +08:00
ryosga
518c27de3d Update 09 Geometry Shader.md
去除重复段落
2022-05-23 12:26:28 +08:00
ShenMian
0cf780d6f7 修复翻译错误 2022-02-14 23:44:54 +08:00
coppx
fc17ccb271 修改错字 2021-12-30 09:59:31 +08:00
coppx
c17ddce762 fix alpha typo 2021-12-26 21:34:58 +08:00
JeremyYv
3e2ce82715 Update 03 Blending.md 2021-10-29 20:35:38 +08:00
JeremyYv
437744904b Update 03 Blending.md
默认透明度修正
2021-10-28 23:44:24 +08:00
Michael McQuade
38d6916c2a 移除了多余的“的” 2021-02-17 22:09:22 -06:00
LJX
189b0a67e3 修改一处代码bug
此处应该初始化一个单位矩阵,应该是mat(1.0f)。
2019-11-07 09:02:58 +08:00
LJX
b4a5b931ce 修改一处笔误
启用模版测试,所以此处应该是
GL_STENCIL_TEST
2019-11-02 11:17:53 +08:00
LJX
b755b625c2 修改一处错误
这个分号显然是多余的
2019-04-22 16:48:02 +08:00
Krasjet
2c3ff6af6d fix #105 2018-09-02 17:51:01 -04:00
Krasjet
3367f88807 05-01, fix #108, update readme 2018-09-02 17:49:11 -04:00
rickygao
aaae18bed5 fix 2018-05-22 13:09:07 +08:00
Krasjet
13a1b62c81 fix duplicates 2018-04-20 05:05:59 -04:00
sanerror
f83a46bf03 Update 02 Stencil testing.md 2018-02-28 09:50:21 +08:00
Meow J
1ca912c2ef code update 2018-02-19 23:17:03 -05:00
Meow J
a19476d644 apparently it's not supposed to be THIS large 2018-02-19 23:04:21 -05:00
Meow J
8ed6129046 rewrite 04-11 2018-02-19 22:26:11 -05:00
Meow J
d9d24b88ed Fix duplicates in 04-08 2017-11-01 23:09:31 -04:00
Meow J
099e57e0ca Of course not 10 2017-09-19 19:40:58 -04:00
Meow J
d5aece4c04 Rewrite 04-10 2017-09-19 19:25:03 -04:00
Meow J
64b2f91ea0 Rewrite 04-09 2017-09-10 00:36:13 -04:00
aillieo
da8c0e2f79 resolve conflicts 2017-08-16 22:16:45 +08:00
aillieo
cb2d02b9d9 fix error 2017-08-16 21:59:00 +08:00
Meow J
15b19fe8e1 Rewrite 04-06 2017-07-15 22:27:06 +08:00
Meow J
ebfb25dbd5 Add notes to 04-05 2017-07-09 14:54:12 +08:00
Meow J
c553e16a14 Fix format errors in 04-05 2017-07-09 14:28:19 +08:00
Meow J
9e7623fee9 Rewrite 04-05 2017-07-09 13:52:00 +08:00
Meow J
a090730cdf Rewrite 04-04 2017-07-04 13:39:26 +08:00
Meow J
7e0a0d1845 Update 04-03 2017-07-02 19:17:28 +08:00
Meow J
c85b30fbe9 Update 04-02 2017-06-30 00:30:50 +08:00
Meow J
f25677838a ... 2017-06-29 03:36:15 +08:00
Meow J
5a3a38108d Rewrite 04-01 2017-06-29 03:25:21 +08:00
Meow J
ba40211cc8 Fix #65 2017-05-03 21:55:42 +08:00
kenlee
5d4b903561 fiex some nouns translation 2017-04-09 15:41:19 +08:00
kenlee
496f452db0 fixed some translation errors and add some annotations 2017-04-07 18:54:17 +08:00
Meow J
6d253c4a0f Merge remote-tracking branch 'refs/remotes/origin/new-theme' into new-theme
# Conflicts:
#	docs/04 Advanced OpenGL/08 Advanced GLSL.md
2017-04-05 21:12:39 +08:00
Meow J
b87ef76828 Fix #63 2017-04-05 21:08:07 +08:00
kenlee
5d49045239 fix some translation errors and code displaying errors. 2017-04-05 20:30:27 +08:00
Meow J
0b42a6392d Fix #62 2017-04-02 15:18:43 +08:00
Meow J
67b9c400e5 Fix #59 2017-03-02 00:21:20 +08:00
Meow J
75e877f2c1 04-01 2017-02-25 04:40:29 +08:00
Meow J
18d8741915 04-05 04-09 2016-12-08 22:45:32 +08:00
EnvyJCD
4409e0d152 Fix error in 01-09, 03-03 and 04-01 2016-09-22 21:19:41 +08:00
Meow J
f0dd66f4b9 Move all the images to this repo. Close #53 2016-09-17 02:11:48 +08:00
Meow J
971b21aec5 Fix titles in 04 2016-08-20 19:15:28 +08:00
Meow J
ff320b16b9 Replace all the references with relative links 2016-07-22 02:00:57 +08:00
SpringChan
4e5671b10f Update 03 Blending.md
修改红色 为 目标颜色
2016-07-12 12:04:22 +08:00