From 992aba850bf2b9e4a421243bc32ba86af2f736c1 Mon Sep 17 00:00:00 2001 From: Mouse Date: Wed, 27 Feb 2019 20:58:04 +0800 Subject: [PATCH] Update --- docs/.vscode/settings.json | 3 +++ {source => docs}/01-first-steps.md | 0 {source => docs}/02-the-game-loop.md | 0 {source => docs}/03-a-brief-about-coordinates.md | 0 {source => docs}/04-rendering.md | 0 {source => docs}/05-more-on-rendering.md | 0 {source => docs}/06-transformations.md | 0 {source => docs}/07-textures.md | 0 {source => docs}/08-camera.md | 0 {source => docs}/09-loading-more-complex-models.md | 0 {source => docs}/10-let-there-be-light.md | 0 {source => docs}/11-let-there-be-even-more-light.md | 0 {source => docs}/12-game-hud.md | 0 .../13-sky-box-and-some-optimizations.md | 0 {source => docs}/14-height-maps.md | 0 {source => docs}/15-terrain-collisions.md | 0 {source => docs}/16-fog.md | 0 {source => docs}/17-normal-mapping.md | 0 {source => docs}/18-shadows.md | 0 {source => docs}/24-hud-revisited.md | 0 {source => docs}/_static/01/hello_world.png | Bin {source => docs}/_static/01/intellij.png | Bin {source => docs}/_static/01/maven_project.png | Bin .../_static/03/3d_cartesian_coordinate_system.png | Bin .../03/alt_3d_cartesian_coordinate_system.png | Bin .../_static/03/alt_cartesian_coordinate_system.png | Bin .../_static/03/cartesian_coordinate_system.png | Bin {source => docs}/_static/03/opengl_coordinates.png | Bin .../_static/03/righthanded_lefthanded.png | Bin {source => docs}/_static/04/rendering_pipeline.png | Bin .../_static/04/rendering_pipeline_2.png | Bin .../_static/04/triangle_coordinates.png | Bin {source => docs}/_static/05/coloured_quad.png | Bin {source => docs}/_static/05/coordinates.png | Bin {source => docs}/_static/05/dolphin.png | Bin {source => docs}/_static/05/quad_coordinates.png | Bin {source => docs}/_static/05/quad_rendered.png | Bin {source => docs}/_static/06/2_2_matrix.png | Bin {source => docs}/_static/06/coordinates.png | Bin {source => docs}/_static/06/projection_matrix.png | Bin .../_static/06/projection_matrix_eq.png | Bin {source => docs}/_static/06/rectangle.png | Bin {source => docs}/_static/06/square_1.png | Bin {source => docs}/_static/06/square_coloured.png | Bin {source => docs}/_static/06/transformations.png | Bin {source => docs}/_static/07/cube_coords.png | Bin {source => docs}/_static/07/cube_depth_test.png | Bin {source => docs}/_static/07/cube_no_depth_test.png | Bin {source => docs}/_static/07/cube_texture.png | Bin .../_static/07/cube_texture_front_face.png | Bin .../_static/07/cube_texture_top_face.png | Bin {source => docs}/_static/07/cube_with_texture.png | Bin {source => docs}/_static/07/texture_coordinates.png | Bin {source => docs}/_static/07/texture_mapping.png | Bin {source => docs}/_static/08/actual_movement.png | Bin {source => docs}/_static/08/camera_movement.png | Bin {source => docs}/_static/08/cubes.png | Bin {source => docs}/_static/08/new_transf_eq.png | Bin .../_static/08/prev_transformation_eq.png | Bin {source => docs}/_static/08/roll_pitch_yaw.png | Bin {source => docs}/_static/09/edge_split.png | Bin {source => docs}/_static/09/face_definition.png | Bin {source => docs}/_static/09/normals.png | Bin {source => docs}/_static/09/obj_export_options.png | Bin {source => docs}/_static/09/ordering_i.png | Bin {source => docs}/_static/09/ordering_ii.png | Bin {source => docs}/_static/09/ordering_iii.png | Bin {source => docs}/_static/09/ordering_iv.png | Bin {source => docs}/_static/09/ordering_v.png | Bin {source => docs}/_static/09/ordering_vi.png | Bin {source => docs}/_static/09/ordering_vii.png | Bin {source => docs}/_static/09/standford_bunny.png | Bin .../_static/09/standford_bunny_triangles.png | Bin {source => docs}/_static/09/textured_cube.png | Bin {source => docs}/_static/09/vertex_normals.png | Bin {source => docs}/_static/10/diffuse_calc_i.png | Bin {source => docs}/_static/10/diffuse_light.png | Bin .../_static/10/diffuse_light_normals.png | Bin {source => docs}/_static/10/dot_product.png | Bin {source => docs}/_static/10/light_reflection.png | Bin {source => docs}/_static/10/light_types.png | Bin {source => docs}/_static/10/lightning_result.png | Bin {source => docs}/_static/10/polished_surface.png | Bin {source => docs}/_static/10/specular_lightining.png | Bin .../_static/10/specular_lightining_calc.png | Bin {source => docs}/_static/10/surface.png | Bin {source => docs}/_static/11/directional_light.png | Bin .../_static/11/directional_light_result.png | Bin {source => docs}/_static/11/multiple_lights.png | Bin {source => docs}/_static/11/sine_cosine.png | Bin {source => docs}/_static/11/spot_light.png | Bin {source => docs}/_static/11/spot_light_calc.png | Bin {source => docs}/_static/11/spot_light_ii.png | Bin {source => docs}/_static/11/spot_light_sample.png | Bin .../_static/11/sun_directional_light.png | Bin {source => docs}/_static/11/sun_movement.png | Bin {source => docs}/_static/12/CBG.png | Bin {source => docs}/_static/12/compass.png | Bin {source => docs}/_static/12/font_texture.png | Bin {source => docs}/_static/12/hud_compass.png | Bin {source => docs}/_static/12/orthographic_matrix.png | Bin .../_static/12/orthographic_projection_sample.png | Bin .../_static/12/orthographic_projections.png | Bin {source => docs}/_static/12/text_opaque.png | Bin {source => docs}/_static/12/text_quad.png | Bin {source => docs}/_static/12/text_quad_coords.png | Bin .../_static/12/text_rendered_improved.png | Bin {source => docs}/_static/12/text_result.png | Bin {source => docs}/_static/12/text_transparent.png | Bin {source => docs}/_static/12/texture_font.png | Bin {source => docs}/_static/13/cube_clockwise.png | Bin .../_static/13/cube_counter_clockwise.png | Bin {source => docs}/_static/13/cube_interior.png | Bin {source => docs}/_static/13/game_item_list.png | Bin {source => docs}/_static/13/mesh_map.png | Bin {source => docs}/_static/13/skybox.png | Bin {source => docs}/_static/13/skybox_cube_faces.png | Bin {source => docs}/_static/13/skybox_displaced.png | Bin {source => docs}/_static/13/skybox_face_culling.png | Bin .../_static/13/skybox_face_culling_exterior.png | Bin {source => docs}/_static/13/skybox_result.png | Bin {source => docs}/_static/13/skybox_texture.png | Bin {source => docs}/_static/14/heightmap.png | Bin .../_static/14/heightmap_coordinates.png | Bin {source => docs}/_static/14/heightmap_grid.png | Bin {source => docs}/_static/14/heightmap_indices_i.png | Bin .../_static/14/heightmap_indices_ii.png | Bin {source => docs}/_static/14/heightmap_vertices.png | Bin {source => docs}/_static/14/normals_calc_i.png | Bin {source => docs}/_static/14/normals_calc_ii.png | Bin {source => docs}/_static/14/normals_calc_iii.png | Bin .../_static/14/terrain_construction_1.png | Bin .../_static/14/terrain_construction_2.png | Bin {source => docs}/_static/14/terrain_result.png | Bin .../_static/14/texture_coordinates_i.png | Bin .../_static/14/texture_coordinates_ii.png | Bin {source => docs}/_static/15/cell.png | Bin .../_static/15/model_to_world_coordinates.png | Bin .../_static/15/terrain_block_variables_n.png | Bin {source => docs}/_static/15/terrain_grid.png | Bin {source => docs}/_static/15/tunnelling.png | Bin {source => docs}/_static/16/exponential_model.png | Bin {source => docs}/_static/16/fog_at_night.png | Bin .../_static/16/fog_clear_colour_black.png | Bin .../_static/16/fog_clear_colour_grey.png | Bin {source => docs}/_static/16/fog_effect.png | Bin {source => docs}/_static/16/glowing_fog.png | Bin {source => docs}/_static/16/linear_model.png | Bin {source => docs}/_static/17/fragment_normals.png | Bin .../_static/17/normal_mapping_result.png | Bin {source => docs}/_static/17/rock.png | Bin {source => docs}/_static/17/rock_normals.png | Bin {source => docs}/_static/17/surface_normals.png | Bin {source => docs}/_static/18/depth_average_value.png | Bin {source => docs}/_static/18/depth_map.png | Bin .../_static/18/depth_map_higher_distance.png | Bin {source => docs}/_static/18/final_result.png | Bin .../_static/18/generic_light_pos_calculation.png | Bin {source => docs}/_static/18/light_position.png | Bin .../_static/18/render_light_perspective.png | Bin {source => docs}/_static/18/shadow_concepts_I.png | Bin {source => docs}/_static/18/shadow_concepts_II.png | Bin {source => docs}/_static/18/shadow_map_result.png | Bin {source => docs}/_static/18/shadow_no_acne.png | Bin {source => docs}/_static/24/hud.png | Bin {source => docs}/index.md | 0 mkdocs.yml | 6 +++--- 167 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 docs/.vscode/settings.json rename {source => docs}/01-first-steps.md (100%) rename {source => docs}/02-the-game-loop.md (100%) rename {source => docs}/03-a-brief-about-coordinates.md (100%) rename {source => docs}/04-rendering.md (100%) rename {source => docs}/05-more-on-rendering.md (100%) rename {source => docs}/06-transformations.md (100%) rename {source => docs}/07-textures.md (100%) rename {source => docs}/08-camera.md (100%) rename {source => docs}/09-loading-more-complex-models.md (100%) rename {source => docs}/10-let-there-be-light.md (100%) rename {source => docs}/11-let-there-be-even-more-light.md (100%) rename {source => docs}/12-game-hud.md (100%) rename {source => docs}/13-sky-box-and-some-optimizations.md (100%) rename {source => docs}/14-height-maps.md (100%) rename {source => docs}/15-terrain-collisions.md (100%) rename {source => docs}/16-fog.md (100%) rename {source => docs}/17-normal-mapping.md (100%) rename {source => docs}/18-shadows.md (100%) rename {source => docs}/24-hud-revisited.md (100%) rename {source => docs}/_static/01/hello_world.png (100%) rename {source => docs}/_static/01/intellij.png (100%) rename {source => docs}/_static/01/maven_project.png (100%) rename {source => docs}/_static/03/3d_cartesian_coordinate_system.png (100%) rename {source => docs}/_static/03/alt_3d_cartesian_coordinate_system.png (100%) rename {source => docs}/_static/03/alt_cartesian_coordinate_system.png (100%) rename {source => docs}/_static/03/cartesian_coordinate_system.png (100%) rename {source => docs}/_static/03/opengl_coordinates.png (100%) rename {source => docs}/_static/03/righthanded_lefthanded.png (100%) rename {source => docs}/_static/04/rendering_pipeline.png (100%) rename {source => docs}/_static/04/rendering_pipeline_2.png (100%) rename {source => docs}/_static/04/triangle_coordinates.png (100%) rename {source => docs}/_static/05/coloured_quad.png (100%) rename {source => docs}/_static/05/coordinates.png (100%) rename {source => docs}/_static/05/dolphin.png (100%) rename {source => docs}/_static/05/quad_coordinates.png (100%) rename {source => docs}/_static/05/quad_rendered.png (100%) rename {source => docs}/_static/06/2_2_matrix.png (100%) rename {source => docs}/_static/06/coordinates.png (100%) rename {source => docs}/_static/06/projection_matrix.png (100%) rename {source => docs}/_static/06/projection_matrix_eq.png (100%) rename {source => docs}/_static/06/rectangle.png (100%) rename {source => docs}/_static/06/square_1.png (100%) rename {source => docs}/_static/06/square_coloured.png (100%) rename {source => docs}/_static/06/transformations.png (100%) rename {source => docs}/_static/07/cube_coords.png (100%) rename {source => docs}/_static/07/cube_depth_test.png (100%) rename {source => docs}/_static/07/cube_no_depth_test.png (100%) rename {source => docs}/_static/07/cube_texture.png (100%) rename {source => docs}/_static/07/cube_texture_front_face.png (100%) rename {source => docs}/_static/07/cube_texture_top_face.png (100%) rename {source => docs}/_static/07/cube_with_texture.png (100%) rename {source => docs}/_static/07/texture_coordinates.png (100%) rename {source => docs}/_static/07/texture_mapping.png (100%) rename {source => docs}/_static/08/actual_movement.png (100%) rename {source => docs}/_static/08/camera_movement.png (100%) rename {source => docs}/_static/08/cubes.png (100%) rename {source => docs}/_static/08/new_transf_eq.png (100%) rename {source => docs}/_static/08/prev_transformation_eq.png (100%) rename {source => docs}/_static/08/roll_pitch_yaw.png (100%) rename {source => docs}/_static/09/edge_split.png (100%) rename {source => docs}/_static/09/face_definition.png (100%) rename {source => docs}/_static/09/normals.png (100%) rename {source => docs}/_static/09/obj_export_options.png (100%) rename {source => docs}/_static/09/ordering_i.png (100%) rename {source => docs}/_static/09/ordering_ii.png (100%) rename {source => docs}/_static/09/ordering_iii.png (100%) rename {source => docs}/_static/09/ordering_iv.png (100%) rename {source => docs}/_static/09/ordering_v.png (100%) rename {source => docs}/_static/09/ordering_vi.png (100%) rename {source => docs}/_static/09/ordering_vii.png (100%) rename {source => docs}/_static/09/standford_bunny.png (100%) rename {source => docs}/_static/09/standford_bunny_triangles.png (100%) rename {source => docs}/_static/09/textured_cube.png (100%) rename {source => docs}/_static/09/vertex_normals.png (100%) rename {source => docs}/_static/10/diffuse_calc_i.png (100%) rename {source => docs}/_static/10/diffuse_light.png (100%) rename {source => docs}/_static/10/diffuse_light_normals.png (100%) rename {source => docs}/_static/10/dot_product.png (100%) rename {source => docs}/_static/10/light_reflection.png (100%) rename {source => docs}/_static/10/light_types.png (100%) rename {source => docs}/_static/10/lightning_result.png (100%) rename {source => docs}/_static/10/polished_surface.png (100%) rename {source => docs}/_static/10/specular_lightining.png (100%) rename {source => docs}/_static/10/specular_lightining_calc.png (100%) rename {source => docs}/_static/10/surface.png (100%) rename {source => docs}/_static/11/directional_light.png (100%) rename {source => docs}/_static/11/directional_light_result.png (100%) rename {source => docs}/_static/11/multiple_lights.png (100%) rename {source => docs}/_static/11/sine_cosine.png (100%) rename {source => docs}/_static/11/spot_light.png (100%) rename {source => docs}/_static/11/spot_light_calc.png (100%) rename {source => docs}/_static/11/spot_light_ii.png (100%) rename {source => docs}/_static/11/spot_light_sample.png (100%) rename {source => docs}/_static/11/sun_directional_light.png (100%) rename {source => docs}/_static/11/sun_movement.png (100%) rename {source => docs}/_static/12/CBG.png (100%) rename {source => docs}/_static/12/compass.png (100%) rename {source => docs}/_static/12/font_texture.png (100%) rename {source => docs}/_static/12/hud_compass.png (100%) rename {source => docs}/_static/12/orthographic_matrix.png (100%) rename {source => docs}/_static/12/orthographic_projection_sample.png (100%) rename {source => docs}/_static/12/orthographic_projections.png (100%) rename {source => docs}/_static/12/text_opaque.png (100%) rename {source => docs}/_static/12/text_quad.png (100%) rename {source => docs}/_static/12/text_quad_coords.png (100%) rename {source => docs}/_static/12/text_rendered_improved.png (100%) rename {source => docs}/_static/12/text_result.png (100%) rename {source => docs}/_static/12/text_transparent.png (100%) rename {source => docs}/_static/12/texture_font.png (100%) rename {source => docs}/_static/13/cube_clockwise.png (100%) rename {source => docs}/_static/13/cube_counter_clockwise.png (100%) rename {source => docs}/_static/13/cube_interior.png (100%) rename {source => docs}/_static/13/game_item_list.png (100%) rename {source => docs}/_static/13/mesh_map.png (100%) rename {source => docs}/_static/13/skybox.png (100%) rename {source => docs}/_static/13/skybox_cube_faces.png (100%) rename {source => docs}/_static/13/skybox_displaced.png (100%) rename {source => docs}/_static/13/skybox_face_culling.png (100%) rename {source => docs}/_static/13/skybox_face_culling_exterior.png (100%) rename {source => docs}/_static/13/skybox_result.png (100%) rename {source => docs}/_static/13/skybox_texture.png (100%) rename {source => docs}/_static/14/heightmap.png (100%) rename {source => docs}/_static/14/heightmap_coordinates.png (100%) rename {source => docs}/_static/14/heightmap_grid.png (100%) rename {source => docs}/_static/14/heightmap_indices_i.png (100%) rename {source => docs}/_static/14/heightmap_indices_ii.png (100%) rename {source => docs}/_static/14/heightmap_vertices.png (100%) rename {source => docs}/_static/14/normals_calc_i.png (100%) rename {source => docs}/_static/14/normals_calc_ii.png (100%) rename {source => docs}/_static/14/normals_calc_iii.png (100%) rename {source => docs}/_static/14/terrain_construction_1.png (100%) rename {source => docs}/_static/14/terrain_construction_2.png (100%) rename {source => docs}/_static/14/terrain_result.png (100%) rename {source => docs}/_static/14/texture_coordinates_i.png (100%) rename {source => docs}/_static/14/texture_coordinates_ii.png (100%) rename {source => docs}/_static/15/cell.png (100%) rename {source => docs}/_static/15/model_to_world_coordinates.png (100%) rename {source => docs}/_static/15/terrain_block_variables_n.png (100%) rename {source => docs}/_static/15/terrain_grid.png (100%) rename {source => docs}/_static/15/tunnelling.png (100%) rename {source => docs}/_static/16/exponential_model.png (100%) rename {source => docs}/_static/16/fog_at_night.png (100%) rename {source => docs}/_static/16/fog_clear_colour_black.png (100%) rename {source => docs}/_static/16/fog_clear_colour_grey.png (100%) rename {source => docs}/_static/16/fog_effect.png (100%) rename {source => docs}/_static/16/glowing_fog.png (100%) rename {source => docs}/_static/16/linear_model.png (100%) rename {source => docs}/_static/17/fragment_normals.png (100%) rename {source => docs}/_static/17/normal_mapping_result.png (100%) rename {source => docs}/_static/17/rock.png (100%) rename {source => docs}/_static/17/rock_normals.png (100%) rename {source => docs}/_static/17/surface_normals.png (100%) rename {source => docs}/_static/18/depth_average_value.png (100%) rename {source => docs}/_static/18/depth_map.png (100%) rename {source => docs}/_static/18/depth_map_higher_distance.png (100%) rename {source => docs}/_static/18/final_result.png (100%) rename {source => docs}/_static/18/generic_light_pos_calculation.png (100%) rename {source => docs}/_static/18/light_position.png (100%) rename {source => docs}/_static/18/render_light_perspective.png (100%) rename {source => docs}/_static/18/shadow_concepts_I.png (100%) rename {source => docs}/_static/18/shadow_concepts_II.png (100%) rename {source => docs}/_static/18/shadow_map_result.png (100%) rename {source => docs}/_static/18/shadow_no_acne.png (100%) rename {source => docs}/_static/24/hud.png (100%) rename {source => docs}/index.md (100%) diff --git a/docs/.vscode/settings.json b/docs/.vscode/settings.json new file mode 100644 index 0000000..6e57044 --- /dev/null +++ b/docs/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "restructuredtext.confPath": "d:\\Workspace\\lwjglbook-CN-Translation\\source" +} \ No newline at end of file diff --git a/source/01-first-steps.md b/docs/01-first-steps.md similarity index 100% rename from source/01-first-steps.md rename to docs/01-first-steps.md diff --git a/source/02-the-game-loop.md b/docs/02-the-game-loop.md similarity index 100% rename from source/02-the-game-loop.md rename to docs/02-the-game-loop.md diff --git a/source/03-a-brief-about-coordinates.md b/docs/03-a-brief-about-coordinates.md similarity index 100% rename from source/03-a-brief-about-coordinates.md rename to docs/03-a-brief-about-coordinates.md diff --git a/source/04-rendering.md b/docs/04-rendering.md similarity index 100% rename from source/04-rendering.md rename to docs/04-rendering.md diff --git a/source/05-more-on-rendering.md b/docs/05-more-on-rendering.md similarity index 100% rename from source/05-more-on-rendering.md rename to docs/05-more-on-rendering.md diff --git a/source/06-transformations.md b/docs/06-transformations.md similarity index 100% rename from source/06-transformations.md rename to docs/06-transformations.md diff --git a/source/07-textures.md b/docs/07-textures.md similarity index 100% rename from source/07-textures.md rename to docs/07-textures.md diff --git a/source/08-camera.md b/docs/08-camera.md similarity index 100% rename from source/08-camera.md rename to docs/08-camera.md diff --git a/source/09-loading-more-complex-models.md b/docs/09-loading-more-complex-models.md similarity index 100% rename from source/09-loading-more-complex-models.md rename to docs/09-loading-more-complex-models.md diff --git a/source/10-let-there-be-light.md b/docs/10-let-there-be-light.md similarity index 100% rename from source/10-let-there-be-light.md rename to docs/10-let-there-be-light.md diff --git a/source/11-let-there-be-even-more-light.md b/docs/11-let-there-be-even-more-light.md similarity index 100% rename from source/11-let-there-be-even-more-light.md rename to docs/11-let-there-be-even-more-light.md diff --git a/source/12-game-hud.md b/docs/12-game-hud.md similarity index 100% rename from source/12-game-hud.md rename to docs/12-game-hud.md diff --git a/source/13-sky-box-and-some-optimizations.md b/docs/13-sky-box-and-some-optimizations.md similarity index 100% rename from source/13-sky-box-and-some-optimizations.md rename to docs/13-sky-box-and-some-optimizations.md diff --git a/source/14-height-maps.md b/docs/14-height-maps.md similarity index 100% rename from source/14-height-maps.md rename to docs/14-height-maps.md diff --git a/source/15-terrain-collisions.md b/docs/15-terrain-collisions.md similarity index 100% rename from source/15-terrain-collisions.md rename to docs/15-terrain-collisions.md diff --git a/source/16-fog.md b/docs/16-fog.md similarity index 100% rename from source/16-fog.md rename to docs/16-fog.md diff --git a/source/17-normal-mapping.md b/docs/17-normal-mapping.md similarity index 100% rename from source/17-normal-mapping.md rename to docs/17-normal-mapping.md diff --git a/source/18-shadows.md b/docs/18-shadows.md similarity index 100% rename from source/18-shadows.md rename to docs/18-shadows.md diff --git a/source/24-hud-revisited.md b/docs/24-hud-revisited.md similarity index 100% rename from source/24-hud-revisited.md rename to docs/24-hud-revisited.md diff --git a/source/_static/01/hello_world.png b/docs/_static/01/hello_world.png similarity index 100% rename from source/_static/01/hello_world.png rename to docs/_static/01/hello_world.png diff --git a/source/_static/01/intellij.png b/docs/_static/01/intellij.png similarity index 100% rename from source/_static/01/intellij.png rename to docs/_static/01/intellij.png diff --git a/source/_static/01/maven_project.png b/docs/_static/01/maven_project.png similarity index 100% rename from source/_static/01/maven_project.png rename to docs/_static/01/maven_project.png diff --git a/source/_static/03/3d_cartesian_coordinate_system.png b/docs/_static/03/3d_cartesian_coordinate_system.png similarity index 100% rename from source/_static/03/3d_cartesian_coordinate_system.png rename to docs/_static/03/3d_cartesian_coordinate_system.png diff --git a/source/_static/03/alt_3d_cartesian_coordinate_system.png b/docs/_static/03/alt_3d_cartesian_coordinate_system.png similarity index 100% rename from source/_static/03/alt_3d_cartesian_coordinate_system.png rename to docs/_static/03/alt_3d_cartesian_coordinate_system.png diff --git a/source/_static/03/alt_cartesian_coordinate_system.png b/docs/_static/03/alt_cartesian_coordinate_system.png similarity index 100% rename from source/_static/03/alt_cartesian_coordinate_system.png rename to docs/_static/03/alt_cartesian_coordinate_system.png diff --git a/source/_static/03/cartesian_coordinate_system.png b/docs/_static/03/cartesian_coordinate_system.png similarity index 100% rename from source/_static/03/cartesian_coordinate_system.png rename to docs/_static/03/cartesian_coordinate_system.png diff --git a/source/_static/03/opengl_coordinates.png b/docs/_static/03/opengl_coordinates.png similarity index 100% rename from source/_static/03/opengl_coordinates.png rename to docs/_static/03/opengl_coordinates.png diff --git a/source/_static/03/righthanded_lefthanded.png b/docs/_static/03/righthanded_lefthanded.png similarity index 100% rename from source/_static/03/righthanded_lefthanded.png rename to docs/_static/03/righthanded_lefthanded.png diff --git a/source/_static/04/rendering_pipeline.png b/docs/_static/04/rendering_pipeline.png similarity index 100% rename from source/_static/04/rendering_pipeline.png rename to docs/_static/04/rendering_pipeline.png diff --git a/source/_static/04/rendering_pipeline_2.png b/docs/_static/04/rendering_pipeline_2.png similarity index 100% rename from source/_static/04/rendering_pipeline_2.png rename to docs/_static/04/rendering_pipeline_2.png diff --git a/source/_static/04/triangle_coordinates.png b/docs/_static/04/triangle_coordinates.png similarity index 100% rename from source/_static/04/triangle_coordinates.png rename to docs/_static/04/triangle_coordinates.png diff --git a/source/_static/05/coloured_quad.png b/docs/_static/05/coloured_quad.png similarity index 100% rename from source/_static/05/coloured_quad.png rename to docs/_static/05/coloured_quad.png diff --git a/source/_static/05/coordinates.png b/docs/_static/05/coordinates.png similarity index 100% rename from source/_static/05/coordinates.png rename to docs/_static/05/coordinates.png diff --git a/source/_static/05/dolphin.png b/docs/_static/05/dolphin.png similarity index 100% rename from source/_static/05/dolphin.png rename to docs/_static/05/dolphin.png diff --git a/source/_static/05/quad_coordinates.png b/docs/_static/05/quad_coordinates.png similarity index 100% rename from source/_static/05/quad_coordinates.png rename to docs/_static/05/quad_coordinates.png diff --git a/source/_static/05/quad_rendered.png b/docs/_static/05/quad_rendered.png similarity index 100% rename from source/_static/05/quad_rendered.png rename to docs/_static/05/quad_rendered.png diff --git a/source/_static/06/2_2_matrix.png b/docs/_static/06/2_2_matrix.png similarity index 100% rename from source/_static/06/2_2_matrix.png rename to docs/_static/06/2_2_matrix.png diff --git a/source/_static/06/coordinates.png b/docs/_static/06/coordinates.png similarity index 100% rename from source/_static/06/coordinates.png rename to docs/_static/06/coordinates.png diff --git a/source/_static/06/projection_matrix.png b/docs/_static/06/projection_matrix.png similarity index 100% rename from source/_static/06/projection_matrix.png rename to docs/_static/06/projection_matrix.png diff --git a/source/_static/06/projection_matrix_eq.png b/docs/_static/06/projection_matrix_eq.png similarity index 100% rename from source/_static/06/projection_matrix_eq.png rename to docs/_static/06/projection_matrix_eq.png diff --git a/source/_static/06/rectangle.png b/docs/_static/06/rectangle.png similarity index 100% rename from source/_static/06/rectangle.png rename to docs/_static/06/rectangle.png diff --git a/source/_static/06/square_1.png b/docs/_static/06/square_1.png similarity index 100% rename from source/_static/06/square_1.png rename to docs/_static/06/square_1.png diff --git a/source/_static/06/square_coloured.png b/docs/_static/06/square_coloured.png similarity index 100% rename from source/_static/06/square_coloured.png rename to docs/_static/06/square_coloured.png diff --git a/source/_static/06/transformations.png b/docs/_static/06/transformations.png similarity index 100% rename from source/_static/06/transformations.png rename to docs/_static/06/transformations.png diff --git a/source/_static/07/cube_coords.png b/docs/_static/07/cube_coords.png similarity index 100% rename from source/_static/07/cube_coords.png rename to docs/_static/07/cube_coords.png diff --git a/source/_static/07/cube_depth_test.png b/docs/_static/07/cube_depth_test.png similarity index 100% rename from source/_static/07/cube_depth_test.png rename to docs/_static/07/cube_depth_test.png diff --git a/source/_static/07/cube_no_depth_test.png b/docs/_static/07/cube_no_depth_test.png similarity index 100% rename from source/_static/07/cube_no_depth_test.png rename to docs/_static/07/cube_no_depth_test.png diff --git a/source/_static/07/cube_texture.png b/docs/_static/07/cube_texture.png similarity index 100% rename from source/_static/07/cube_texture.png rename to docs/_static/07/cube_texture.png diff --git a/source/_static/07/cube_texture_front_face.png b/docs/_static/07/cube_texture_front_face.png similarity index 100% rename from source/_static/07/cube_texture_front_face.png rename to docs/_static/07/cube_texture_front_face.png diff --git a/source/_static/07/cube_texture_top_face.png b/docs/_static/07/cube_texture_top_face.png similarity index 100% rename from source/_static/07/cube_texture_top_face.png rename to docs/_static/07/cube_texture_top_face.png diff --git a/source/_static/07/cube_with_texture.png b/docs/_static/07/cube_with_texture.png similarity index 100% rename from source/_static/07/cube_with_texture.png rename to docs/_static/07/cube_with_texture.png diff --git a/source/_static/07/texture_coordinates.png b/docs/_static/07/texture_coordinates.png similarity index 100% rename from source/_static/07/texture_coordinates.png rename to docs/_static/07/texture_coordinates.png diff --git a/source/_static/07/texture_mapping.png b/docs/_static/07/texture_mapping.png similarity index 100% rename from source/_static/07/texture_mapping.png rename to docs/_static/07/texture_mapping.png diff --git a/source/_static/08/actual_movement.png b/docs/_static/08/actual_movement.png similarity index 100% rename from source/_static/08/actual_movement.png rename to docs/_static/08/actual_movement.png diff --git a/source/_static/08/camera_movement.png b/docs/_static/08/camera_movement.png similarity index 100% rename from source/_static/08/camera_movement.png rename to docs/_static/08/camera_movement.png diff --git a/source/_static/08/cubes.png b/docs/_static/08/cubes.png similarity index 100% rename from source/_static/08/cubes.png rename to docs/_static/08/cubes.png diff --git a/source/_static/08/new_transf_eq.png b/docs/_static/08/new_transf_eq.png similarity index 100% rename from source/_static/08/new_transf_eq.png rename to docs/_static/08/new_transf_eq.png diff --git a/source/_static/08/prev_transformation_eq.png b/docs/_static/08/prev_transformation_eq.png similarity index 100% rename from source/_static/08/prev_transformation_eq.png rename to docs/_static/08/prev_transformation_eq.png diff --git a/source/_static/08/roll_pitch_yaw.png b/docs/_static/08/roll_pitch_yaw.png similarity index 100% rename from source/_static/08/roll_pitch_yaw.png rename to docs/_static/08/roll_pitch_yaw.png diff --git a/source/_static/09/edge_split.png b/docs/_static/09/edge_split.png similarity index 100% rename from source/_static/09/edge_split.png rename to docs/_static/09/edge_split.png diff --git a/source/_static/09/face_definition.png b/docs/_static/09/face_definition.png similarity index 100% rename from source/_static/09/face_definition.png rename to docs/_static/09/face_definition.png diff --git a/source/_static/09/normals.png b/docs/_static/09/normals.png similarity index 100% rename from source/_static/09/normals.png rename to docs/_static/09/normals.png diff --git a/source/_static/09/obj_export_options.png b/docs/_static/09/obj_export_options.png similarity index 100% rename from source/_static/09/obj_export_options.png rename to docs/_static/09/obj_export_options.png diff --git a/source/_static/09/ordering_i.png b/docs/_static/09/ordering_i.png similarity index 100% rename from source/_static/09/ordering_i.png rename to docs/_static/09/ordering_i.png diff --git a/source/_static/09/ordering_ii.png b/docs/_static/09/ordering_ii.png similarity index 100% rename from source/_static/09/ordering_ii.png rename to docs/_static/09/ordering_ii.png diff --git a/source/_static/09/ordering_iii.png b/docs/_static/09/ordering_iii.png similarity index 100% rename from source/_static/09/ordering_iii.png rename to docs/_static/09/ordering_iii.png diff --git a/source/_static/09/ordering_iv.png b/docs/_static/09/ordering_iv.png similarity index 100% rename from source/_static/09/ordering_iv.png rename to docs/_static/09/ordering_iv.png diff --git a/source/_static/09/ordering_v.png b/docs/_static/09/ordering_v.png similarity index 100% rename from source/_static/09/ordering_v.png rename to docs/_static/09/ordering_v.png diff --git a/source/_static/09/ordering_vi.png b/docs/_static/09/ordering_vi.png similarity index 100% rename from source/_static/09/ordering_vi.png rename to docs/_static/09/ordering_vi.png diff --git a/source/_static/09/ordering_vii.png b/docs/_static/09/ordering_vii.png similarity index 100% rename from source/_static/09/ordering_vii.png rename to docs/_static/09/ordering_vii.png diff --git a/source/_static/09/standford_bunny.png b/docs/_static/09/standford_bunny.png similarity index 100% rename from source/_static/09/standford_bunny.png rename to docs/_static/09/standford_bunny.png diff --git a/source/_static/09/standford_bunny_triangles.png b/docs/_static/09/standford_bunny_triangles.png similarity index 100% rename from source/_static/09/standford_bunny_triangles.png rename to docs/_static/09/standford_bunny_triangles.png diff --git a/source/_static/09/textured_cube.png b/docs/_static/09/textured_cube.png similarity index 100% rename from source/_static/09/textured_cube.png rename to docs/_static/09/textured_cube.png diff --git a/source/_static/09/vertex_normals.png b/docs/_static/09/vertex_normals.png similarity index 100% rename from source/_static/09/vertex_normals.png rename to docs/_static/09/vertex_normals.png diff --git a/source/_static/10/diffuse_calc_i.png b/docs/_static/10/diffuse_calc_i.png similarity index 100% rename from source/_static/10/diffuse_calc_i.png rename to docs/_static/10/diffuse_calc_i.png diff --git a/source/_static/10/diffuse_light.png b/docs/_static/10/diffuse_light.png similarity index 100% rename from source/_static/10/diffuse_light.png rename to docs/_static/10/diffuse_light.png diff --git a/source/_static/10/diffuse_light_normals.png b/docs/_static/10/diffuse_light_normals.png similarity index 100% rename from source/_static/10/diffuse_light_normals.png rename to docs/_static/10/diffuse_light_normals.png diff --git a/source/_static/10/dot_product.png b/docs/_static/10/dot_product.png similarity index 100% rename from source/_static/10/dot_product.png rename to docs/_static/10/dot_product.png diff --git a/source/_static/10/light_reflection.png b/docs/_static/10/light_reflection.png similarity index 100% rename from source/_static/10/light_reflection.png rename to docs/_static/10/light_reflection.png diff --git a/source/_static/10/light_types.png b/docs/_static/10/light_types.png similarity index 100% rename from source/_static/10/light_types.png rename to docs/_static/10/light_types.png diff --git a/source/_static/10/lightning_result.png b/docs/_static/10/lightning_result.png similarity index 100% rename from source/_static/10/lightning_result.png rename to docs/_static/10/lightning_result.png diff --git a/source/_static/10/polished_surface.png b/docs/_static/10/polished_surface.png similarity index 100% rename from source/_static/10/polished_surface.png rename to docs/_static/10/polished_surface.png diff --git a/source/_static/10/specular_lightining.png b/docs/_static/10/specular_lightining.png similarity index 100% rename from source/_static/10/specular_lightining.png rename to docs/_static/10/specular_lightining.png diff --git a/source/_static/10/specular_lightining_calc.png b/docs/_static/10/specular_lightining_calc.png similarity index 100% rename from source/_static/10/specular_lightining_calc.png rename to docs/_static/10/specular_lightining_calc.png diff --git a/source/_static/10/surface.png b/docs/_static/10/surface.png similarity index 100% rename from source/_static/10/surface.png rename to docs/_static/10/surface.png diff --git a/source/_static/11/directional_light.png b/docs/_static/11/directional_light.png similarity index 100% rename from source/_static/11/directional_light.png rename to docs/_static/11/directional_light.png diff --git a/source/_static/11/directional_light_result.png b/docs/_static/11/directional_light_result.png similarity index 100% rename from source/_static/11/directional_light_result.png rename to docs/_static/11/directional_light_result.png diff --git a/source/_static/11/multiple_lights.png b/docs/_static/11/multiple_lights.png similarity index 100% rename from source/_static/11/multiple_lights.png rename to docs/_static/11/multiple_lights.png diff --git a/source/_static/11/sine_cosine.png b/docs/_static/11/sine_cosine.png similarity index 100% rename from source/_static/11/sine_cosine.png rename to docs/_static/11/sine_cosine.png diff --git a/source/_static/11/spot_light.png b/docs/_static/11/spot_light.png similarity index 100% rename from source/_static/11/spot_light.png rename to docs/_static/11/spot_light.png diff --git a/source/_static/11/spot_light_calc.png b/docs/_static/11/spot_light_calc.png similarity index 100% rename from source/_static/11/spot_light_calc.png rename to docs/_static/11/spot_light_calc.png diff --git a/source/_static/11/spot_light_ii.png b/docs/_static/11/spot_light_ii.png similarity index 100% rename from source/_static/11/spot_light_ii.png rename to docs/_static/11/spot_light_ii.png diff --git a/source/_static/11/spot_light_sample.png b/docs/_static/11/spot_light_sample.png similarity index 100% rename from source/_static/11/spot_light_sample.png rename to docs/_static/11/spot_light_sample.png diff --git a/source/_static/11/sun_directional_light.png b/docs/_static/11/sun_directional_light.png similarity index 100% rename from source/_static/11/sun_directional_light.png rename to docs/_static/11/sun_directional_light.png diff --git a/source/_static/11/sun_movement.png b/docs/_static/11/sun_movement.png similarity index 100% rename from source/_static/11/sun_movement.png rename to docs/_static/11/sun_movement.png diff --git a/source/_static/12/CBG.png b/docs/_static/12/CBG.png similarity index 100% rename from source/_static/12/CBG.png rename to docs/_static/12/CBG.png diff --git a/source/_static/12/compass.png b/docs/_static/12/compass.png similarity index 100% rename from source/_static/12/compass.png rename to docs/_static/12/compass.png diff --git a/source/_static/12/font_texture.png b/docs/_static/12/font_texture.png similarity index 100% rename from source/_static/12/font_texture.png rename to docs/_static/12/font_texture.png diff --git a/source/_static/12/hud_compass.png b/docs/_static/12/hud_compass.png similarity index 100% rename from source/_static/12/hud_compass.png rename to docs/_static/12/hud_compass.png diff --git a/source/_static/12/orthographic_matrix.png b/docs/_static/12/orthographic_matrix.png similarity index 100% rename from source/_static/12/orthographic_matrix.png rename to docs/_static/12/orthographic_matrix.png diff --git a/source/_static/12/orthographic_projection_sample.png b/docs/_static/12/orthographic_projection_sample.png similarity index 100% rename from source/_static/12/orthographic_projection_sample.png rename to docs/_static/12/orthographic_projection_sample.png diff --git a/source/_static/12/orthographic_projections.png b/docs/_static/12/orthographic_projections.png similarity index 100% rename from source/_static/12/orthographic_projections.png rename to docs/_static/12/orthographic_projections.png diff --git a/source/_static/12/text_opaque.png b/docs/_static/12/text_opaque.png similarity index 100% rename from source/_static/12/text_opaque.png rename to docs/_static/12/text_opaque.png diff --git a/source/_static/12/text_quad.png b/docs/_static/12/text_quad.png similarity index 100% rename from source/_static/12/text_quad.png rename to docs/_static/12/text_quad.png diff --git a/source/_static/12/text_quad_coords.png b/docs/_static/12/text_quad_coords.png similarity index 100% rename from source/_static/12/text_quad_coords.png rename to docs/_static/12/text_quad_coords.png diff --git a/source/_static/12/text_rendered_improved.png b/docs/_static/12/text_rendered_improved.png similarity index 100% rename from source/_static/12/text_rendered_improved.png rename to docs/_static/12/text_rendered_improved.png diff --git a/source/_static/12/text_result.png b/docs/_static/12/text_result.png similarity index 100% rename from source/_static/12/text_result.png rename to docs/_static/12/text_result.png diff --git a/source/_static/12/text_transparent.png b/docs/_static/12/text_transparent.png similarity index 100% rename from source/_static/12/text_transparent.png rename to docs/_static/12/text_transparent.png diff --git a/source/_static/12/texture_font.png b/docs/_static/12/texture_font.png similarity index 100% rename from source/_static/12/texture_font.png rename to docs/_static/12/texture_font.png diff --git a/source/_static/13/cube_clockwise.png b/docs/_static/13/cube_clockwise.png similarity index 100% rename from source/_static/13/cube_clockwise.png rename to docs/_static/13/cube_clockwise.png diff --git a/source/_static/13/cube_counter_clockwise.png b/docs/_static/13/cube_counter_clockwise.png similarity index 100% rename from source/_static/13/cube_counter_clockwise.png rename to docs/_static/13/cube_counter_clockwise.png diff --git a/source/_static/13/cube_interior.png b/docs/_static/13/cube_interior.png similarity index 100% rename from source/_static/13/cube_interior.png rename to docs/_static/13/cube_interior.png diff --git a/source/_static/13/game_item_list.png b/docs/_static/13/game_item_list.png similarity index 100% rename from source/_static/13/game_item_list.png rename to docs/_static/13/game_item_list.png diff --git a/source/_static/13/mesh_map.png b/docs/_static/13/mesh_map.png similarity index 100% rename from source/_static/13/mesh_map.png rename to docs/_static/13/mesh_map.png diff --git a/source/_static/13/skybox.png b/docs/_static/13/skybox.png similarity index 100% rename from source/_static/13/skybox.png rename to docs/_static/13/skybox.png diff --git a/source/_static/13/skybox_cube_faces.png b/docs/_static/13/skybox_cube_faces.png similarity index 100% rename from source/_static/13/skybox_cube_faces.png rename to docs/_static/13/skybox_cube_faces.png diff --git a/source/_static/13/skybox_displaced.png b/docs/_static/13/skybox_displaced.png similarity index 100% rename from source/_static/13/skybox_displaced.png rename to docs/_static/13/skybox_displaced.png diff --git a/source/_static/13/skybox_face_culling.png b/docs/_static/13/skybox_face_culling.png similarity index 100% rename from source/_static/13/skybox_face_culling.png rename to docs/_static/13/skybox_face_culling.png diff --git a/source/_static/13/skybox_face_culling_exterior.png b/docs/_static/13/skybox_face_culling_exterior.png similarity index 100% rename from source/_static/13/skybox_face_culling_exterior.png rename to docs/_static/13/skybox_face_culling_exterior.png diff --git a/source/_static/13/skybox_result.png b/docs/_static/13/skybox_result.png similarity index 100% rename from source/_static/13/skybox_result.png rename to docs/_static/13/skybox_result.png diff --git a/source/_static/13/skybox_texture.png b/docs/_static/13/skybox_texture.png similarity index 100% rename from source/_static/13/skybox_texture.png rename to docs/_static/13/skybox_texture.png diff --git a/source/_static/14/heightmap.png b/docs/_static/14/heightmap.png similarity index 100% rename from source/_static/14/heightmap.png rename to docs/_static/14/heightmap.png diff --git a/source/_static/14/heightmap_coordinates.png b/docs/_static/14/heightmap_coordinates.png similarity index 100% rename from source/_static/14/heightmap_coordinates.png rename to docs/_static/14/heightmap_coordinates.png diff --git a/source/_static/14/heightmap_grid.png b/docs/_static/14/heightmap_grid.png similarity index 100% rename from source/_static/14/heightmap_grid.png rename to docs/_static/14/heightmap_grid.png diff --git a/source/_static/14/heightmap_indices_i.png b/docs/_static/14/heightmap_indices_i.png similarity index 100% rename from source/_static/14/heightmap_indices_i.png rename to docs/_static/14/heightmap_indices_i.png diff --git a/source/_static/14/heightmap_indices_ii.png b/docs/_static/14/heightmap_indices_ii.png similarity index 100% rename from source/_static/14/heightmap_indices_ii.png rename to docs/_static/14/heightmap_indices_ii.png diff --git a/source/_static/14/heightmap_vertices.png b/docs/_static/14/heightmap_vertices.png similarity index 100% rename from source/_static/14/heightmap_vertices.png rename to docs/_static/14/heightmap_vertices.png diff --git a/source/_static/14/normals_calc_i.png b/docs/_static/14/normals_calc_i.png similarity index 100% rename from source/_static/14/normals_calc_i.png rename to docs/_static/14/normals_calc_i.png diff --git a/source/_static/14/normals_calc_ii.png b/docs/_static/14/normals_calc_ii.png similarity index 100% rename from source/_static/14/normals_calc_ii.png rename to docs/_static/14/normals_calc_ii.png diff --git a/source/_static/14/normals_calc_iii.png b/docs/_static/14/normals_calc_iii.png similarity index 100% rename from source/_static/14/normals_calc_iii.png rename to docs/_static/14/normals_calc_iii.png diff --git a/source/_static/14/terrain_construction_1.png b/docs/_static/14/terrain_construction_1.png similarity index 100% rename from source/_static/14/terrain_construction_1.png rename to docs/_static/14/terrain_construction_1.png diff --git a/source/_static/14/terrain_construction_2.png b/docs/_static/14/terrain_construction_2.png similarity index 100% rename from source/_static/14/terrain_construction_2.png rename to docs/_static/14/terrain_construction_2.png diff --git a/source/_static/14/terrain_result.png b/docs/_static/14/terrain_result.png similarity index 100% rename from source/_static/14/terrain_result.png rename to docs/_static/14/terrain_result.png diff --git a/source/_static/14/texture_coordinates_i.png b/docs/_static/14/texture_coordinates_i.png similarity index 100% rename from source/_static/14/texture_coordinates_i.png rename to docs/_static/14/texture_coordinates_i.png diff --git a/source/_static/14/texture_coordinates_ii.png b/docs/_static/14/texture_coordinates_ii.png similarity index 100% rename from source/_static/14/texture_coordinates_ii.png rename to docs/_static/14/texture_coordinates_ii.png diff --git a/source/_static/15/cell.png b/docs/_static/15/cell.png similarity index 100% rename from source/_static/15/cell.png rename to docs/_static/15/cell.png diff --git a/source/_static/15/model_to_world_coordinates.png b/docs/_static/15/model_to_world_coordinates.png similarity index 100% rename from source/_static/15/model_to_world_coordinates.png rename to docs/_static/15/model_to_world_coordinates.png diff --git a/source/_static/15/terrain_block_variables_n.png b/docs/_static/15/terrain_block_variables_n.png similarity index 100% rename from source/_static/15/terrain_block_variables_n.png rename to docs/_static/15/terrain_block_variables_n.png diff --git a/source/_static/15/terrain_grid.png b/docs/_static/15/terrain_grid.png similarity index 100% rename from source/_static/15/terrain_grid.png rename to docs/_static/15/terrain_grid.png diff --git a/source/_static/15/tunnelling.png b/docs/_static/15/tunnelling.png similarity index 100% rename from source/_static/15/tunnelling.png rename to docs/_static/15/tunnelling.png diff --git a/source/_static/16/exponential_model.png b/docs/_static/16/exponential_model.png similarity index 100% rename from source/_static/16/exponential_model.png rename to docs/_static/16/exponential_model.png diff --git a/source/_static/16/fog_at_night.png b/docs/_static/16/fog_at_night.png similarity index 100% rename from source/_static/16/fog_at_night.png rename to docs/_static/16/fog_at_night.png diff --git a/source/_static/16/fog_clear_colour_black.png b/docs/_static/16/fog_clear_colour_black.png similarity index 100% rename from source/_static/16/fog_clear_colour_black.png rename to docs/_static/16/fog_clear_colour_black.png diff --git a/source/_static/16/fog_clear_colour_grey.png b/docs/_static/16/fog_clear_colour_grey.png similarity index 100% rename from source/_static/16/fog_clear_colour_grey.png rename to docs/_static/16/fog_clear_colour_grey.png diff --git a/source/_static/16/fog_effect.png b/docs/_static/16/fog_effect.png similarity index 100% rename from source/_static/16/fog_effect.png rename to docs/_static/16/fog_effect.png diff --git a/source/_static/16/glowing_fog.png b/docs/_static/16/glowing_fog.png similarity index 100% rename from source/_static/16/glowing_fog.png rename to docs/_static/16/glowing_fog.png diff --git a/source/_static/16/linear_model.png b/docs/_static/16/linear_model.png similarity index 100% rename from source/_static/16/linear_model.png rename to docs/_static/16/linear_model.png diff --git a/source/_static/17/fragment_normals.png b/docs/_static/17/fragment_normals.png similarity index 100% rename from source/_static/17/fragment_normals.png rename to docs/_static/17/fragment_normals.png diff --git a/source/_static/17/normal_mapping_result.png b/docs/_static/17/normal_mapping_result.png similarity index 100% rename from source/_static/17/normal_mapping_result.png rename to docs/_static/17/normal_mapping_result.png diff --git a/source/_static/17/rock.png b/docs/_static/17/rock.png similarity index 100% rename from source/_static/17/rock.png rename to docs/_static/17/rock.png diff --git a/source/_static/17/rock_normals.png b/docs/_static/17/rock_normals.png similarity index 100% rename from source/_static/17/rock_normals.png rename to docs/_static/17/rock_normals.png diff --git a/source/_static/17/surface_normals.png b/docs/_static/17/surface_normals.png similarity index 100% rename from source/_static/17/surface_normals.png rename to docs/_static/17/surface_normals.png diff --git a/source/_static/18/depth_average_value.png b/docs/_static/18/depth_average_value.png similarity index 100% rename from source/_static/18/depth_average_value.png rename to docs/_static/18/depth_average_value.png diff --git a/source/_static/18/depth_map.png b/docs/_static/18/depth_map.png similarity index 100% rename from source/_static/18/depth_map.png rename to docs/_static/18/depth_map.png diff --git a/source/_static/18/depth_map_higher_distance.png b/docs/_static/18/depth_map_higher_distance.png similarity index 100% rename from source/_static/18/depth_map_higher_distance.png rename to docs/_static/18/depth_map_higher_distance.png diff --git a/source/_static/18/final_result.png b/docs/_static/18/final_result.png similarity index 100% rename from source/_static/18/final_result.png rename to docs/_static/18/final_result.png diff --git a/source/_static/18/generic_light_pos_calculation.png b/docs/_static/18/generic_light_pos_calculation.png similarity index 100% rename from source/_static/18/generic_light_pos_calculation.png rename to docs/_static/18/generic_light_pos_calculation.png diff --git a/source/_static/18/light_position.png b/docs/_static/18/light_position.png similarity index 100% rename from source/_static/18/light_position.png rename to docs/_static/18/light_position.png diff --git a/source/_static/18/render_light_perspective.png b/docs/_static/18/render_light_perspective.png similarity index 100% rename from source/_static/18/render_light_perspective.png rename to docs/_static/18/render_light_perspective.png diff --git a/source/_static/18/shadow_concepts_I.png b/docs/_static/18/shadow_concepts_I.png similarity index 100% rename from source/_static/18/shadow_concepts_I.png rename to docs/_static/18/shadow_concepts_I.png diff --git a/source/_static/18/shadow_concepts_II.png b/docs/_static/18/shadow_concepts_II.png similarity index 100% rename from source/_static/18/shadow_concepts_II.png rename to docs/_static/18/shadow_concepts_II.png diff --git a/source/_static/18/shadow_map_result.png b/docs/_static/18/shadow_map_result.png similarity index 100% rename from source/_static/18/shadow_map_result.png rename to docs/_static/18/shadow_map_result.png diff --git a/source/_static/18/shadow_no_acne.png b/docs/_static/18/shadow_no_acne.png similarity index 100% rename from source/_static/18/shadow_no_acne.png rename to docs/_static/18/shadow_no_acne.png diff --git a/source/_static/24/hud.png b/docs/_static/24/hud.png similarity index 100% rename from source/_static/24/hud.png rename to docs/_static/24/hud.png diff --git a/source/index.md b/docs/index.md similarity index 100% rename from source/index.md rename to docs/index.md diff --git a/mkdocs.yml b/mkdocs.yml index 8135266..b13b56e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,14 +16,14 @@ nav: - 地形碰撞 (Terrain Collisions): 15-terrain-collisions.md - 雾 (Fog): 16-fog.md - 法线贴图(Normal Mapping): 17-normal-mapping.md +- 阴影(Shadows): 18-shadows.md site_name: Lwjglbook中文翻译 site_author: Mouse0w0 -copyright: 2018, Mouse0w0 +copyright: 2019, Mouse0w0 repo_url: https://github.com/Mouse0w0/lwjglbook-CN-Translation - -docs_dir: source +remote_branch: master theme: readthedocs