Closed Prof-Butts closed 1 year ago
This BVH builder does not use Morton Codes (so it also won't sort any primitives) but builds a BVH2 (so it must be converted to a QBVH). It's probably a bit faster to build and it appears to have better traversal performance than the LBVH version.
This BVH builder does not use Morton Codes (so it also won't sort any primitives) but builds a BVH2 (so it must be converted to a QBVH). It's probably a bit faster to build and it appears to have better traversal performance than the LBVH version.