From 7148576e77b394f7084fe4a0a2c2de4a7005f151 Mon Sep 17 00:00:00 2001 From: Mouse Date: Wed, 17 Jul 2024 21:58:59 +0800 Subject: [PATCH] Deployed c2c736e with MkDocs version: 1.6.0 --- 01-first-steps/index.html | 368 ++++++++--------- 02-the-game-loop/index.html | 371 ++++++++--------- 03-a-brief-about-coordinates/index.html | 371 ++++++++--------- 04-rendering/index.html | 371 ++++++++--------- 05-more-on-rendering/index.html | 371 ++++++++--------- 06-transformations/index.html | 371 ++++++++--------- 07-textures/index.html | 371 ++++++++--------- 08-camera/index.html | 371 ++++++++--------- 09-loading-more-complex-models/index.html | 371 ++++++++--------- 10-let-there-be-light/index.html | 371 ++++++++--------- 11-let-there-be-even-more-light/index.html | 371 ++++++++--------- 12-game-hud/index.html | 371 ++++++++--------- 13-sky-box-and-some-optimizations/index.html | 371 ++++++++--------- 14-height-maps/index.html | 371 ++++++++--------- 15-terrain-collisions/index.html | 376 ++++++++---------- 16-fog/index.html | 371 ++++++++--------- 17-normal-mapping/index.html | 371 ++++++++--------- 18-shadows/index.html | 371 ++++++++--------- 19-animations/index.html | 371 ++++++++--------- 20-particles/index.html | 371 ++++++++--------- 21-instanced-rendering/index.html | 371 ++++++++--------- 22-audio/index.html | 371 ++++++++--------- 23-3d-object-picking/index.html | 371 ++++++++--------- 24-hud-revisited/index.html | 371 ++++++++--------- 25-optimizations-frustum-culling/index.html | 371 ++++++++--------- 26-cascaded-shadow-maps/index.html | 371 ++++++++--------- 27-assimp/index.html | 371 ++++++++--------- 28-deferred-shading/index.html | 371 ++++++++--------- 404.html | 341 ++++++++-------- a01-opengl-debugging/index.html | 371 ++++++++--------- .../fonts/Roboto-Slab-Bold.woff | Bin .../fonts/Roboto-Slab-Bold.woff2 | Bin .../fonts/Roboto-Slab-Regular.woff | Bin .../fonts/Roboto-Slab-Regular.woff2 | Bin {fonts => css/fonts}/fontawesome-webfont.eot | Bin {fonts => css/fonts}/fontawesome-webfont.svg | 0 {fonts => css/fonts}/fontawesome-webfont.ttf | Bin {fonts => css/fonts}/fontawesome-webfont.woff | Bin .../fonts}/fontawesome-webfont.woff2 | Bin .../fonts/lato-bold-italic.woff | Bin .../fonts/lato-bold-italic.woff2 | Bin {fonts/Lato => css/fonts}/lato-bold.woff | Bin {fonts/Lato => css/fonts}/lato-bold.woff2 | Bin .../fonts/lato-normal-italic.woff | Bin .../fonts/lato-normal-italic.woff2 | Bin .../fonts/lato-normal.woff | Bin .../fonts/lato-normal.woff2 | Bin css/theme.css | 13 +- css/theme_extra.css | 40 +- fonts/Lato/lato-bold.eot | Bin 256056 -> 0 bytes fonts/Lato/lato-bold.ttf | Bin 600856 -> 0 bytes fonts/Lato/lato-bolditalic.eot | Bin 266158 -> 0 bytes fonts/Lato/lato-bolditalic.ttf | Bin 622572 -> 0 bytes fonts/Lato/lato-italic.eot | Bin 268604 -> 0 bytes fonts/Lato/lato-italic.ttf | Bin 639388 -> 0 bytes fonts/Lato/lato-regular.eot | Bin 253461 -> 0 bytes fonts/Lato/lato-regular.ttf | Bin 607720 -> 0 bytes fonts/RobotoSlab/roboto-slab-v7-bold.eot | Bin 79520 -> 0 bytes fonts/RobotoSlab/roboto-slab-v7-bold.ttf | Bin 170616 -> 0 bytes fonts/RobotoSlab/roboto-slab-v7-regular.eot | Bin 78331 -> 0 bytes fonts/RobotoSlab/roboto-slab-v7-regular.ttf | Bin 169064 -> 0 bytes fonts/RobotoSlab/roboto-slab.eot | Bin 78331 -> 0 bytes glossary/index.html | 370 ++++++++--------- index.html | 366 ++++++++--------- js/html5shiv.min.js | 4 + js/jquery-2.1.1.min.js | 4 - js/jquery-3.6.0.min.js | 2 + js/modernizr-2.8.3.min.js | 1 - js/theme.js | 5 +- search.html | 343 ++++++++-------- search/lunr.js | 2 +- search/main.js | 9 +- search/search_index.json | 2 +- sitemap.xml | 155 -------- sitemap.xml.gz | Bin 217 -> 127 bytes 75 files changed, 5703 insertions(+), 6715 deletions(-) rename fonts/RobotoSlab/roboto-slab-v7-bold.woff => css/fonts/Roboto-Slab-Bold.woff (100%) rename fonts/RobotoSlab/roboto-slab-v7-bold.woff2 => css/fonts/Roboto-Slab-Bold.woff2 (100%) rename fonts/RobotoSlab/roboto-slab-v7-regular.woff => css/fonts/Roboto-Slab-Regular.woff (100%) rename fonts/RobotoSlab/roboto-slab-v7-regular.woff2 => css/fonts/Roboto-Slab-Regular.woff2 (100%) rename {fonts => css/fonts}/fontawesome-webfont.eot (100%) rename {fonts => css/fonts}/fontawesome-webfont.svg (100%) rename {fonts => css/fonts}/fontawesome-webfont.ttf (100%) rename {fonts => css/fonts}/fontawesome-webfont.woff (100%) rename {fonts => css/fonts}/fontawesome-webfont.woff2 (100%) rename fonts/Lato/lato-bolditalic.woff => css/fonts/lato-bold-italic.woff (100%) rename fonts/Lato/lato-bolditalic.woff2 => css/fonts/lato-bold-italic.woff2 (100%) rename {fonts/Lato => css/fonts}/lato-bold.woff (100%) rename {fonts/Lato => css/fonts}/lato-bold.woff2 (100%) rename fonts/Lato/lato-italic.woff => css/fonts/lato-normal-italic.woff (100%) rename fonts/Lato/lato-italic.woff2 => css/fonts/lato-normal-italic.woff2 (100%) rename fonts/Lato/lato-regular.woff => css/fonts/lato-normal.woff (100%) rename fonts/Lato/lato-regular.woff2 => css/fonts/lato-normal.woff2 (100%) delete mode 100755 fonts/Lato/lato-bold.eot delete mode 100755 fonts/Lato/lato-bold.ttf delete mode 100755 fonts/Lato/lato-bolditalic.eot delete mode 100755 fonts/Lato/lato-bolditalic.ttf delete mode 100755 fonts/Lato/lato-italic.eot delete mode 100755 fonts/Lato/lato-italic.ttf delete mode 100755 fonts/Lato/lato-regular.eot delete mode 100755 fonts/Lato/lato-regular.ttf delete mode 100755 fonts/RobotoSlab/roboto-slab-v7-bold.eot delete mode 100755 fonts/RobotoSlab/roboto-slab-v7-bold.ttf delete mode 100755 fonts/RobotoSlab/roboto-slab-v7-regular.eot delete mode 100755 fonts/RobotoSlab/roboto-slab-v7-regular.ttf delete mode 100755 fonts/RobotoSlab/roboto-slab.eot create mode 100755 js/html5shiv.min.js delete mode 100755 js/jquery-2.1.1.min.js create mode 100755 js/jquery-3.6.0.min.js delete mode 100755 js/modernizr-2.8.3.min.js diff --git a/01-first-steps/index.html b/01-first-steps/index.html index ef7bd53..6716a9b 100755 --- a/01-first-steps/index.html +++ b/01-first-steps/index.html @@ -1,208 +1,189 @@ - - + - - - - - - - - 事前准备 - Lwjglbook中文翻译 - - - - - - - - - - - - + + + + + 事前准备 - Lwjglbook中文翻译 + + + + + + + + +
- -
- - -