An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# UnityRayMarching
Unity Raymarching Examples

Example 1:
I tried to Implement this shader based on AlanZucconi Article about Raymarching
https://www.alanzucconi.com/2016/07/01/raymarching/

![Cube](https://user-images.githubusercontent.com/16706911/32987100-61e70654-ccf6-11e7-91c3-3f1b9c49e909.gif)

Example 2:
Tours
https://www.gamasutra.com/blogs/DavidArppe/20170405/295240/How_to_get_Stunning_Graphics_with_Raymarching_in_Games.php

![Tours](https://user-images.githubusercontent.com/16706911/33009218-6a4a298e-cdeb-11e7-9fc3-b9875bced101.PNG)

Example 3:
Voxel torus

![Voxel_torus](https://user-images.githubusercontent.com/16706911/33620620-9cbd7088-d9fd-11e7-85ab-5c9bafc38f15.PNG)

Example 3:
Repetition
![Repetition](https://user-images.githubusercontent.com/16706911/33094643-2389cdac-cf16-11e7-8e3c-65c2a6d4b37c.jpg)

Example 4:
Fractional Brownian Motion

http://www.iquilezles.org/www/articles/distfunctions/distfunctions.htm

http://www.iquilezles.org/www/articles/morenoise/morenoise.htm

https://www.shadertoy.com/view/XttSz2

![FBM](https://user-images.githubusercontent.com/16706911/33025175-7cbbdaf4-ce22-11e7-9727-dfc65f384117.PNG)

______

# 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