vujadin / BabylonHx

Port of Babylon.js 3D engine to Haxe.
http:/paradoxplay.com/babylonhx
Apache License 2.0
189 stars 43 forks source link

WebGL: INVALID_OPERATION: uniformMatrix4fv: location is not from current program #99

Closed oussama closed 8 years ago

oussama commented 8 years ago

Hi, I'm getting this error on running the basic scene sample. any idea why this is happening?. Thanks

vujadin commented 8 years ago

What framework you're using bhx with on which os?

On Thu, Apr 7, 2016 at 12:46 AM, Oussama Gammoudi notifications@github.com wrote:

Hi, I'm getting this error on running the basic scene sample. any idea why this is happening?. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/vujadin/BabylonHx/issues/99

oussama commented 8 years ago

the only things I added where oimohx to the haxelib in project_openfl.xml & compiled for html5, I'm using windows.

vujadin commented 8 years ago

you shouldn't add oimohx in haxelib and project.xml, simply download https://github.com/vujadin/OimoHx and put oimohx folder in the root folder of bhx (next to the project_openfl.xml file)

oussama commented 8 years ago

Thanks, that was it