https://github.com/smkplus/unityraymarching
Unity Raymarching Examples
https://github.com/smkplus/unityraymarching
example raymarching raymarching-distance-fields shader tutorial unity unity-raymarching volumetric voxel
Last synced: about 2 months ago
JSON representation
Unity Raymarching Examples
- Host: GitHub
- URL: https://github.com/smkplus/unityraymarching
- Owner: smkplus
- Created: 2017-11-18T15:59:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T17:21:14.000Z (almost 8 years ago)
- Last Synced: 2025-04-13T22:09:02.878Z (6 months ago)
- Topics: example, raymarching, raymarching-distance-fields, shader, tutorial, unity, unity-raymarching, volumetric, voxel
- Language: GLSL
- Size: 140 KB
- Stars: 80
- Watchers: 7
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnityRayMarching
Unity Raymarching ExamplesExample 1:
I tried to Implement this shader based on AlanZucconi Article about Raymarching
https://www.alanzucconi.com/2016/07/01/raymarching/
Example 2:
Tours
https://www.gamasutra.com/blogs/DavidArppe/20170405/295240/How_to_get_Stunning_Graphics_with_Raymarching_in_Games.php
Example 3:
Voxel torus
Example 3:
Repetition
Example 4:
Fractional Brownian Motionhttp://www.iquilezles.org/www/articles/distfunctions/distfunctions.htm
http://www.iquilezles.org/www/articles/morenoise/morenoise.htm
https://www.shadertoy.com/view/XttSz2

______
# ToDo:
1.Help me to Texture mapping Tours in Example 2 something like this https://www.shadertoy.com/view/Xd3XDS
2.Implementing Clouds something like this https://www.shadertoy.com/view/XslGRr
3.making CgInclude for Raymarching and SDF shapes function
4.transform,rotate,scale Abstract object in unity space