Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 489 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 489 Bytes

RayMarching

Launch:

  1. Download the zip from here, unzip it
  2. Start unity hub.
  3. In the menu with projects click ADD
  4. Select the unzipped folder.
  5. If the scene is empty at startup, click on SampleScene in the Project menu.
  6. At the top of the editing window there is a button to switch off the grid if it gets in the way.

The main code you can play with is in RayMarching.shader from 31 to 133 lines, the rest is auxiliary to make the shaders work properly with Unity camera.