Skip to content

Commit 0100630

Browse files
committed
Rename and update image paths for consistent documentation structure and improved organization.
1 parent 8fa4457 commit 0100630

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

en/Building_a_Simple_Engine/Lighting_Materials/02_lighting_models.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Considerations for using PBR:
113113

114114
For comprehensive information on PBR, see the link:https://www.pbr-book.org/[Physically Based Rendering book].
115115

116-
image::../attachments/simple_engine/Assets/PBR_ray_shadows.png[PBR materials with ray-traced shadows - demonstrating metallic surfaces, roughness variation, and realistic shadow rendering]
116+
image::images/PBR_ray_shadows.png[PBR materials with ray-traced shadows - demonstrating metallic surfaces, roughness variation, and realistic shadow rendering]
117117

118118
== Lighting Models in glTF
119119

en/Building_a_Simple_Engine/Loading_Models/04_loading_gltf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ These properties can be specified as constant values or as texture maps for
165165
spatial variation across the surface. We'll go into details about PBR in the
166166
next few chapters.
167167

168-
image::../attachments/simple_engine/Assets/bookstand.png[Bookstand with complex PBR materials - demonstrating wood, glass, metal, and paper textures with varied material properties]
168+
image::images/bookstand.png[Bookstand with complex PBR materials - demonstrating wood, glass, metal, and paper textures with varied material properties]
169169

170170
==== Texture Formats and Compression
171171

en/Building_a_Simple_Engine/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ xref:conclusion.adoc[Previous: Main Tutorial Conclusion] | xref:Building_a_Simpl
5454

5555
To follow along with the attachments-based Simple Engine examples and scenes, fetch the Bistro assets locally.
5656

57-
image::../attachments/simple_engine/Assets/MainEntry.png[The Bistro scene - a detailed outdoor café environment demonstrating the engine's rendering capabilities]
57+
image::images/MainEntry.png[The Bistro scene - a detailed outdoor café environment demonstrating the engine's rendering capabilities]
5858

5959
- Linux/macOS (default target: attachments/simple_engine/Assets/bistro at repository root):
6060
+

attachments/simple_engine/Assets/MainEntry.png renamed to images/MainEntry.png

File renamed without changes.

attachments/simple_engine/Assets/PBR_ray_shadows.png renamed to images/PBR_ray_shadows.png

File renamed without changes.

attachments/simple_engine/Assets/bookstand.png renamed to images/bookstand.png

File renamed without changes.

0 commit comments

Comments
 (0)