vujadin / BabylonHx

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

Default setup and test has failed in first time #135

Closed NasimiAsl closed 7 years ago

NasimiAsl commented 7 years ago

hi i start test and setup BABYLONHX like workflow after i setup all step i see this error

D:\BHX>haxelib run lime test project.xml html5 com/babylonhx/physics/plugins/Body.hx:3: characters 7-24 : Type not found : oimohx.math.Mat33 bin_lime/html5/release/haxe/ApplicationMain.hx:7: lines 7-223 : Defined in this class com/babylonhx/math/Matrix.hx:19: characters 37-49 : Class has no field Zero com/babylonhx/math/Matrix.hx:20: characters 37-49 : Class has no field Zero com/babylonhx/math/Matrix.hx:21: characters 37-49 : Class has no field Zero com/babylonhx/math/Matrix.hx:190: characters 15-24 : com.babylonhx.math.Vector3 has no field x com/babylonhx/math/Matrix.hx:191: characters 15-24 : com.babylonhx.math.Vector3 has no field y com/babylonhx/math/Matrix.hx:192: characters 15-24 : com.babylonhx.math.Vector3 has no field z

...

vujadin commented 7 years ago

Hi, download https://github.com/vujadin/OimoHx and put oimohx folder in the root folder of your project.

On Sun, Nov 6, 2016 at 8:54 AM, NasimiAsl notifications@github.com wrote:

hi i start test and setup BABYLONHX like workflow after i setup all step i see this error

D:\BHX>haxelib run lime test project.xml html5 com/babylonhx/physics/plugins/Body.hx:3: characters 7-24 : Type not found : oimohx.math.Mat33 bin_lime/html5/release/haxe/ApplicationMain.hx:7: lines 7-223 : Defined in this class com/babylonhx/math/Matrix.hx:19: characters 37-49 : Class has no field Zero com/babylonhx/math/Matrix.hx:20: characters 37-49 : Class has no field Zero com/babylonhx/math/Matrix.hx:21: characters 37-49 : Class has no field Zero com/babylonhx/math/Matrix.hx:190: characters 15-24 : com.babylonhx.math.Vector3 has no field x com/babylonhx/math/Matrix.hx:191: characters 15-24 : com.babylonhx.math.Vector3 has no field y com/babylonhx/math/Matrix.hx:192: characters 15-24 : com.babylonhx.math.Vector3 has no field z

...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vujadin/BabylonHx/issues/135, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbKmR6LCUVciuMfCQND4MrvKnxRx-S9ks5q7YfMgaJpZM4Kqfgm .

NasimiAsl commented 7 years ago

@vujadin thanks very nice