Merge pull request #1010 from boonto/bugfix-float

Fix Billboard ShaderNode cannot compile on Android
accellbaker
Paul Speed 6 years ago committed by GitHub
commit d415cbb66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jme3-core/src/main/resources/Common/MatDefs/ShaderNodes/Common/Billboard.j3sn

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

Loading…
Cancel
Save