Prof-Butts / xwa_ddraw_d3d11

Direct3D 11 implementation of DDraw.dll for XWA with VR support and New Shaders
MIT License
6 stars 4 forks source link

DirectBVH2 Builder #85

Closed Prof-Butts closed 1 year ago

Prof-Butts commented 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.