aras-p / UnityGPUTexCompressionLinks
How to do DXT/BCn texture compression in Unity using compute shaders
☆86Updated last year
Alternatives and similar repositories for UnityGPUTexCompression
Users that are interested in UnityGPUTexCompression are comparing it to the libraries listed below
Sorting:
- Simple DXR powered PathTracer in Unity☆54Updated 5 years ago
- Demo 2D implementation of radiance cascade global illumination in Unity.☆59Updated 10 months ago
- A custom Scriptable Render Pipeline using ray tracing only.☆24Updated 2 years ago
- ☆51Updated 5 years ago
- My attempt at implementing Peter Shirley's "Ray Tracing - In One Weekend" book in Unity☆56Updated 3 years ago
- Unity component for the implementation of the Eurographics 2021 Poster: Illumination-driven Light Probe Placement.☆108Updated 4 years ago
- Bloom using FFT to accelerate convolution, with Unity URP☆118Updated 2 years ago
- A Monte Carlo path tracer implemented on the GPU in Unity, using Signed Distance Fields.☆84Updated last year
- A Unity demo of real-time volumetric clouds using a variety of methods as described in other scholarly material.☆74Updated 4 years ago
- Texel-Shading (experimental!) inside the Universal Render Pipeline.☆52Updated 2 years ago
- Native plugin for Unity3d that replaces the renderer with a hardware accelerated ray tracer.☆33Updated 2 years ago
- A compute shader implementation of the OneSweep sorting algorithm.☆67Updated last year
- Real-Time Shading with Polyhedral Lights using Silhouette Detection☆35Updated 3 years ago
- ☆73Updated 5 years ago
- Distance Field Ambient Occlusion, implemented in Unity 2021.3, as an extension of SDFr☆107Updated last year
- Implementation of the skin rendering technique described in GPU Gems 3 - Chapter 14 using the Unity engine☆39Updated 9 years ago
- A static utility class for Unity which handles generating and loading periodic, cloud-like (perlin-worley) 3D noise textures on the GPU.☆132Updated 6 years ago
- Performance optimizations for screen space reflections technique