Last active
April 3, 2019 15:01
-
-
Save shliama/cdd9cc95e100a596cec7f10dfb3abb79 to your computer and use it in GitHub Desktop.
Material block
This file contains 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
material { | |
name : "Augmented Video Material", | |
parameters : [ | |
{ | |
type : samplerExternal, | |
name : videoTexture | |
} | |
], | |
requires : [ uv0 ], | |
shadingModel : unlit, | |
blending : opaque | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment