Merge pull request #1010 from boonto/bugfix-float

Fix Billboard ShaderNode cannot compile on Android
This commit is contained in:
Paul Speed 2019-01-22 07:30:43 -05:00 committed by GitHub
commit d415cbb66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ ShaderNodeDefinitions{
mat4 worldViewMatrix mat4 worldViewMatrix
mat4 projectionMatrix mat4 projectionMatrix
vec3 modelPosition vec3 modelPosition
float scale 1 float scale 1.0
} }
Output { Output {
//all the node outputs //all the node outputs