fixed billboard shader bug on android where int is used instead of float

accellbaker
Patrick Werner 6 years ago
parent 7b346d2760
commit c7f6aa9ae6
No known key found for this signature in database
GPG Key ID: C078A3328BEC8B94
  1. 2
      jme3-core/src/main/resources/Common/MatDefs/ShaderNodes/Common/Billboard.j3sn

@ -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

Loading…
Cancel
Save