fixed billboard shader bug on android where int is used instead of float
This commit is contained in:
parent
7b346d2760
commit
c7f6aa9ae6
@ -24,7 +24,7 @@ ShaderNodeDefinitions{
|
||||
mat4 worldViewMatrix
|
||||
mat4 projectionMatrix
|
||||
vec3 modelPosition
|
||||
float scale 1
|
||||
float scale 1.0
|
||||
}
|
||||
Output {
|
||||
//all the node outputs
|
||||
|
Loading…
x
Reference in New Issue
Block a user