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
on file "BasicDemo.cs" line 74
CS0019 Operator '*' cannot be applied to operands of type 'Matrix' and 'Matrix4' BasicDemo C:\Users\XXXXX\Desktop\BulletSharp-master\demos\OpenTK\BasicDemo\BasicDemo.cs 77
on file "Physics.cs" line 32
CS0029 Cannot implicitly convert type 'OpenTK.Vector3' to 'BulletSharp.Math.Vector3' BasicDemo C:\Users\XXXXX\Desktop\BulletSharp-master\demos\OpenTK\BasicDemo\Physics.cs 32
Basically some data type conversion/parsing issues.
The text was updated successfully, but these errors were encountered:
Compiling on a .Net8 and Win11 PC.
Some of the errors.
on file "BasicDemo.cs" line 74
CS0019 Operator '*' cannot be applied to operands of type 'Matrix' and 'Matrix4' BasicDemo C:\Users\XXXXX\Desktop\BulletSharp-master\demos\OpenTK\BasicDemo\BasicDemo.cs 77
on file "Physics.cs" line 32
CS0029 Cannot implicitly convert type 'OpenTK.Vector3' to 'BulletSharp.Math.Vector3' BasicDemo C:\Users\XXXXX\Desktop\BulletSharp-master\demos\OpenTK\BasicDemo\Physics.cs 32
Basically some data type conversion/parsing issues.
The text was updated successfully, but these errors were encountered: