hw3web Posted July 20, 2015 Share Posted July 20, 2015 Hi there I try to do simple postprocess on scene and I have back this error:Uncaught TypeError: Failed to execute 'uniform1fv' on 'WebGLRenderingContext': No function was found that matched the signature provided. var sepiaKernelMatrix = BABYLON.Matrix.FromValues( 0.393, 0.349, 0.272, 0, 0.769, 0.686, 0.534, 0, 0.189, 0.168, 0.131, 0, 0, 0, 0, 0 ); var postProcess = new BABYLON.ConvolutionPostProcess("Sepia", sepiaKernelMatrix, 1.0, camera, null, engine, true); What I doing wrong !? before was working fine, is there another change in 2.1 ? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted July 20, 2015 Share Posted July 20, 2015 sounds like your signature is wrong Example here:https://github.com/BabylonJS/Samples/blob/master/index.js#L99 Quote Link to comment Share on other sites More sharing options...
hw3web Posted July 20, 2015 Author Share Posted July 20, 2015 thank you , you are absolutely right regards Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.