Skip to content

Commit b32b636

Browse files
committed
Fix NVIDIA glew issue
1 parent 5fb9827 commit b32b636

File tree

3 files changed

+714
-711
lines changed

3 files changed

+714
-711
lines changed

App/CLW/clw_scene_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Baikal
3131

3232
m_api->SetOption("acc.type", "fatbvh");
3333
m_api->SetOption("bvh.builder", "sah");
34-
m_api->SetOption("bvh.sah.num_bins", 16.f);
34+
m_api->SetOption("bvh.sah.num_bins", 64.f);
3535
}
3636

3737
Material const* ClwSceneController::GetDefaultMaterial() const

0 commit comments

Comments
 (0)