When I test my game in Html export it works really well, but I get an error report that gives an `ok` switch. After clicking the `ok` the game plays fine 3D, light and transparency all fine.
The site says...
Vertex shader shaders/specular.vs.txt and pixel shader
shaders/specular.ps.txt failed to link: Varying variable with
name "spVarying" is used in fragment shader, but doesnt exist
in vertex shader
I`ve tried declaring "spVarying" where it suggests in the vertex shader, but still get an error, is there a way to turn the error reporting off in the browser as on my pc version it has no error report when I run it? Or can anyone suggest a solution?Thx