Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Unity ComputeShader implementation of BVH(Bounding Volume Hierarchy) based mesh hit checking.

License

Notifications You must be signed in to change notification settings

hickVieira/BareBonesRayTracer

 
 

Repository files navigation

Was just playing around with this. I ended up porting it to Job System, strapped a [BurstCompile] on it and boom, free performance.

I also tried out some bare bones ray tracing stuff just for fun. It actually isn't as fast as I thought it would be.

gify

About

Unity ComputeShader implementation of BVH(Bounding Volume Hierarchy) based mesh hit checking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 48.2%
  • HLSL 40.1%
  • ShaderLab 11.7%