test
testing
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
Shader "Projector/Light" {
|
||||
Properties {
|
||||
_Color ("Main Color", Color) = (1,1,1,1)
|
||||
_ShadowTex ("Cookie", 2D) = "" { TexGen ObjectLinear }
|
||||
_FalloffTex ("FallOff", 2D) = "" { TexGen ObjectLinear }
|
||||
}
|
||||
Subshader {
|
||||
Pass {
|
||||
ZWrite off
|
||||
Fog { Color (0, 0, 0) }
|
||||
Color [_Color]
|
||||
ColorMask RGB
|
||||
Blend DstColor One
|
||||
Offset -1, -1
|
||||
SetTexture [_ShadowTex] {
|
||||
combine texture * primary, ONE - texture
|
||||
Matrix [_Projector]
|
||||
}
|
||||
SetTexture [_FalloffTex] {
|
||||
constantColor (0,0,0,0)
|
||||
combine previous lerp (texture) constant
|
||||
Matrix [_ProjectorClip]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ab70c098a52a04be88096d20e1540cb8
|
||||
ShaderImporter:
|
||||
defaultTextures: []
|
||||
userData:
|
||||
Reference in New Issue
Block a user