StarsX / SparseVolumeDXR
DirectX 12 sample: real-time rendering with a sparsely volumetric representation from a mesh by depth peeling OIT. The ray-traced shadow path is only enabled with the native DXR, while DXR fallback layer is not supported for this sample, since IgnoreHit() causes crash due with dxrfallbackcompiler anyway.
☆14Updated last month
Alternatives and similar repositories for SparseVolumeDXR:
Users that are interested in SparseVolumeDXR are comparing it to the libraries listed below
- DirectX 12 sample: real-time voxelization making use of tessellation for primitive processing and extrapolations, as well as depth peelin…☆25Updated last month
- DML super resolution exercise.☆14Updated last month
- A simple GPU-based CNN exercise sample using C++ AMP, referring to https://www.codeproject.com/Articles/24361/A-Neural-Network-on-GPU☆12Updated 5 years ago
- XUSGRayTracing-EZ sample on DirectX12: real-time voxelization making use of ray-tracing pipeline for easy solid voxelization.☆27Updated last month
- DirectX 11 3D smoke simulation by Eulerian grid method for solving Navier-Stokes equation and rendering by volume ray-casting, all with c…☆39Updated 5 years ago
- DirectX 12 character animation and rendering. Note: currently, there is no AA deployed in this sample, because it originally worked with …☆20Updated last month
- DirectX 12,Tile-based deferred shading,Dynamic resolution,Order-independent transparency,PBR,HDR,SSR,Nvidia:HBAO,SMAA☆30Updated 8 years ago
- A Vulkan sample (simply deferred shading) revised from the LunarG SDK, using my DXUT-like framework. This is an HLSL version of the Vulka…☆9Updated 5 years ago
- Ray tracing sample using GGX reflection model, 1spp with spatial-temporal denoiser. Acceleration structure build uses async compute.☆49Updated last month
- Authors' implementation of our SIGGRAPH Asia 2021 Technical Communications (Viewport-Resolution Independent Anti-Aliased Ray Marching on …☆32Updated 3 months ago
- Meshlet culling by a layer of interface with amplification-shader and mesh-shader fallback implementations using compute and vertex shade…☆11Updated last month
- Authors' implementation of our SIGGRAPH Asia 2021 Technical Communications (Viewport-Resolution Independent Anti-Aliased Ray Marching on …