You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,13 @@ The different settings for linkage are, in Windows and Visual Studio 2022:<br />
45
45
- Automatic support for both bindless and standard resource binding (textures and buffers)
46
46
- Phong shading pipeline for opaque rendering
47
47
- Phong shading pipeline for transparent rendering
48
+
- PBR shading pipeline for opaque rendering
49
+
- PBR shading pipeline for transparent rendering
48
50
- Integrated support for push constants (pre-allocated 128-byte layout) and specialization constants
49
51
- PushConstants function allows injecting push constants without rebinding the global or bindless pipeline
50
52
- Extendable render pipeline architecture (see the Viewer using CustomOpaqueRenderSystem and CustomTransparentRenderSystem, which apply per-object push constants without additional bindings)
51
53
- Skybox supports both standard and HDR formats (float32 and float16), with projection types including Equirectangular, Cubemap, Hemisphere, Parabolic, and LatLongCubemap.
54
+
- Point Lights, Spot Lights and Directional Lights supported.
52
55
53
56
## Screenshots
54
57
@@ -64,6 +67,9 @@ Second render from the engine: OBJ loaded using Opaque Phong shader rendering sy
64
67
Third render from the engine: OBJs loaded using the Custom Opaque and Custom Transparent Phong shader rendering systems, utilizing push constants without additional bindings, and featuring a skybox.
65
68
<imgsrc="./Screenshots/3.png">
66
69
70
+
Fourth render from the engine: PBR loaded, and featuring a skybox in HDR, one Directional Light and random Spot and Point Lights moving in the scene.
0 commit comments