vujadin / BabylonHx

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

jiglib dependency #128

Closed ramsestom closed 7 years ago

ramsestom commented 7 years ago

trying to compile with openfl:

com/babylonhx/physics/BabylonPhysics.hx:8: characters 7-27 : Type not found : jiglib.math.Matrix3D

do I need to install jiglibhx? In this case, why isn't it referenced as a dependency in the project.xml or package.json file?

vujadin commented 7 years ago

I use that one for testing different physics angine with bhx so you can just ignore it. jiglib is useless anyway (slow, lacking features...)

ramsestom commented 7 years ago

If you want to compile the current version of BabylonHx, you are forced to install it as it is directly used in BabylonPhysics.hx (else it wouldn't compile and throw the error "Type not found : jiglib.math.Matrix3D")

vujadin commented 7 years ago

sorry, I misunderstood the issue... will look at it