bonzajplc / AABB_Tri.compute
GPU version (Unity compute compatible) of AABB triangle intersection based on Tomas Akenine-Möller's implementation that can be found here: http://fileadmin.cs.lth.se/cs/Personal/Tomas_Akenine-Moller/code/
☆72Updated 7 years ago
Alternatives and similar repositories for AABB_Tri.compute:
Users that are interested in AABB_Tri.compute are comparing it to the libraries listed below
- Temporal reprojection example for Unity☆116Updated 6 years ago
- ☆66Updated 6 years ago
- Highly Experimental, General-Purpose Shuriken particle shaders for Unity3D☆37Updated 3 years ago
- My attempt at implementing Peter Shirley's "Ray Tracing - In One Weekend" book in Unity☆53Updated 3 years ago
- ☆36Updated 3 years ago
- An attempt at using compute shaders.☆65Updated 9 years ago
- ☆150Updated 6 years ago
- Cone-sphere occlusion LUT generator☆81Updated 8 years ago
- 32-bit packed color format with RGBM encoding for shader use☆40Updated 7 years ago
- A complete remake of 2005 demo "Final Audition" by Plastic. After 12 years remade in Unity and now available in VR.☆123Updated 7 years ago
- Marching Cubes using DX11 geometry shaders in Unity 4 and 5☆46Updated 7 years ago
- Real-Time Shading with Polyhedral Lights using Silhouette Detection☆35Updated 3 years ago
- A static utility class for Unity which handles generating and loading periodic, cloud-like (perlin-worley) 3D noise textures on the GPU.☆129Updated 6 years ago
- A clean room implementation of Structured Volume Sampling by Bowles and Zimmermann in Unity☆31Updated 8 years ago
- Distance-field volume generator for Unity☆181Updated 7 years ago
- A signed distance function generator running inside Unity☆137Updated 6 years ago
- An attempt at rendering the "Dabrovic Sponza" scene with Unity.☆62Updated 4 years ago
- Atmoshperic scatter in Unity☆74Updated 3 years ago
- ☆29Updated 7 years ago
- Experimenting with Unity's ScriptableRenderPipeline feature☆28Updated 6 years ago
- A ray tracer, built in Unity with compute shaders☆143Updated 5 years ago
- A volumetric particle system for Unity3D.☆68Updated 9 years ago
- Shows how to support rendering per-instance motion vectors within Indirect instanced drawing of Unity.☆50Updated 7 years ago
- Procedural noise on the GPU for Unity.