You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried creating a new ammo.js class like this.
let rotationMatrix = new Ammo.btMatrix3x3();
And it says that it isn't defined in the IDL but it is. I've also checked my ammo.js file (which is up to date from 3 days ago) and btMatrix3x3 is defined.
here is the console error:
Possible Unhandled Promise Rejection: cannot construct a btMatrix3x3, no constructor in ID
can someone try to replicate this for me to see what the issue is? thank you.
The text was updated successfully, but these errors were encountered:
spikethea
changed the title
btMatrix3x3 class is not defined
btMatrix3x3 constructor is not defined
Jun 17, 2020
I've tried creating a new ammo.js class like this.
let rotationMatrix = new Ammo.btMatrix3x3();
And it says that it isn't defined in the IDL but it is. I've also checked my ammo.js file (which is up to date from 3 days ago) and btMatrix3x3 is defined.
here is the console error:
can someone try to replicate this for me to see what the issue is? thank you.
The text was updated successfully, but these errors were encountered: