Skip to content

Instantly share code, notes, and snippets.

View PiMaker's full-sized avatar
🕴️

pi PiMaker

🕴️
View GitHub Profile
@PiMaker
PiMaker / RayClouds.shader
Created October 15, 2023 18:55
Raymarched clouds with mip-quad communication for rendering performance.
// Copyright © 2023 github.com/pimaker
// Available under the terms of the MIT license.
Shader "_pi_/RayClouds"
{
Properties
{
_BaseTint ("Base Tint", Color) = (1, 1, 1, 0.1)
_NoiseTex ("3D Noise", 3D) = "white" {}