Created
April 7, 2012 16:22
-
-
Save nakamura001/2330104 to your computer and use it in GitHub Desktop.
[GLSL]色を変える
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shader "test" { | |
Properties { | |
_Color ("Color", Color) = (1, 0, 0) | |
} | |
SubShader { | |
Color [_Color] | |
Pass {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment