Skip to content

Instantly share code, notes, and snippets.

View KickRooster's full-sized avatar

大壮他哥 KickRooster

View GitHub Profile
@aras-p
aras-p / dirlm.shader
Created November 25, 2011 06:43
Directional Lightmap optimization try
Shader "Bumped Specular" {
Properties {
_Color ("Main Color", Color) = (1,1,1,1)
_SpecColor ("Specular Color", Color) = (0.5, 0.5, 0.5, 1)
_Shininess ("Shininess", Range (0.03, 1)) = 0.078125
_MainTex ("Base (RGB) Gloss (A)", 2D) = "white" {}
_BumpMap ("Normalmap", 2D) = "bump" {}
}
SubShader {
Tags { "RenderType"="Opaque" }