Skip to content

Instantly share code, notes, and snippets.

View zorbathut's full-sized avatar

Ben Rog-Wilhelm zorbathut

View GitHub Profile
anonymous
anonymous / YamikoSpecial.shader
Created October 22, 2015 12:39
Shader "Leon/Special/Yamiko" {
Properties {
_Color ("Color", Color) = (1,1,1,1)
_MainTex ("Albedo (RGB)", 2D) = "white" {}
_Emissive ("Emissive", 2D) = "black" {}
_EmissiveColor ("Emissive Color", Color) = (1.0,1.0,1.0,1.0)
_EmissiveMultiplier ("Emissive Multiplier", Range(0.0,10.0)) = 1.0
_RimColor ("Rim Color", Color) = (0.1,0.1,0.1,1.0)
_RimPower ("Rim Power", Range(0.0,10.0)) = 5.0