WEBGPU LBVH RTRT demo This demo builds a linear BVH on the GPU using compute shaders based on the algorithm in this paper. You can try the demo here - just drag and drop an .obj model. It uses this repository for parsing .obj files.