Skip to content

Commit 3ba6140

Browse files
committed
-Dev: working on SSR
1 parent d20343e commit 3ba6140

File tree

21 files changed

+97462
-77017
lines changed

21 files changed

+97462
-77017
lines changed

examples/raytracing/application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void Application::setup() {
114114
Tools::Loaders::load_texture(floorRoughText, TEXTURE_PATH + "floor_roughness.jpg");
115115
terrainMat->set_albedo({0.43f, 0.28f, 0.23f});
116116
terrainMat->set_albedo_texture(floorText);
117-
terrainMat->set_normal_texture(floorNormalText);
117+
// terrainMat->set_normal_texture(floorNormalText);
118118
terrainMat->set_roughness_texture(floorRoughText);
119119
terrainMat->set_tile({3.0f, 3.0f});
120120
plane->push_material(terrainMat);
-39.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)