mattatz / unity-subdivision-surfaceLinks
Loop subdivision surface algorithm implementation in Unity.
☆151Updated 7 years ago
Alternatives and similar repositories for unity-subdivision-surface
Users that are interested in unity-subdivision-surface are comparing it to the libraries listed below
Sorting:
- Unity sample project: Direct mesh data access from compute shaders☆130Updated last year
- Mesh volume sampler with voxelizer & 3D poisson disk sampling for Unity.☆111Updated 6 years ago
- ComputeShader implementation trails for Unity☆146Updated last year
- Examples using uRaymarching (https://github.com/hecomi/uRaymarching)☆156Updated 6 years ago
- Baking run-time shaders into textures in Unity☆115Updated 6 years ago
- This is an Unity editor extension for generating shader code from template files.☆151Updated 3 years ago
- Signed Distance Field (SDF) texture generator for Unity.☆95Updated 10 months ago
- 🧱 An example of geometry shader in URP.☆108Updated 5 years ago
- Unity fast object space ambient occlusion at runtime (URP & Built-in RP)☆141Updated 3 years ago
- raymarching experiment in unity☆89Updated 6 years ago
- 2D Fluid Simulation in Unity☆126Updated 4 years ago
- Additional Draft tools for VisualEffectGraph☆122Updated 11 months ago
- Example with Unity 2019.3 new Mesh API☆141Updated 4 years ago
- Evaluate signed-distance-fields with speed using Unity Jobs and Burst☆110Updated 2 years ago
- Baking spline deformation to a texture then applying it to a mesh via a shader.☆137Updated 4 months ago
- GPU Particles w/ Screen Space Collision Example.☆113Updated 9 years ago
- Biplanar mapping shader for Unity☆107Updated 4 years ago
- A Unity VFX Graph sample showing how to use the GraphicsBuffer nodes☆83Updated 4 years ago
- Basic asset collection for Unity Shader Graph☆191Updated 9 months ago
- This is a sample scene made with Unity which includes a folder of subgraphs, for shadergraph, of the surface gradient based bump mapping …☆76Updated 5 years ago
- Spatial Hashing Algorithm with GPU Acceleration☆107Updated 6 years ago
- Demo Project for Bleeding Edge Effects on Mobile 2020 GDC talk☆95Updated 5 years ago
- Hatching shader implementation for Unity☆115Updated 4 years ago
- Planar reflection effect from the Adam Interior Environment package.☆109Updated 7 years ago
- A Unity tool to generate signed distance field volumes (as Texture3D assets) from meshes.☆182Updated last year
- Example project for Unity 2020.1+ texture data access APIs☆151Updated 2 years ago
- Flip book effect with HDRP and KinoAqua☆82Updated 3 years ago
- Scripts useful when using LODs and lightmaps☆109Updated 4 years ago
- Post Processing Effects for Unity