You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
committed by
Rémi Verschelde
parent
39b1c06a59
commit
f694ab1c64
@@ -371,7 +371,7 @@ RTC_NAMESPACE_BEGIN
|
||||
bvh->allocator.init_estimate(arguments->primitiveCount*sizeof(BBox3fa));
|
||||
bvh->allocator.reset();
|
||||
|
||||
/* switch between differnet builders based on quality level */
|
||||
/* switch between different builders based on quality level */
|
||||
if (arguments->buildQuality == RTC_BUILD_QUALITY_LOW)
|
||||
return rtcBuildBVHMorton(arguments);
|
||||
else if (arguments->buildQuality == RTC_BUILD_QUALITY_MEDIUM)
|
||||
|
||||
Reference in New Issue
Block a user