smkplus / UnityRayMarching

Unity Raymarching Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Tours

Example 3: Voxel torus

Voxel_torus

Example 3: Repetition Repetition

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


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

About

Unity Raymarching Examples


Languages

Language:GLSL 44.9%Language:ShaderLab 36.3%Language:HLSL 15.4%Language:C# 3.4%