Closed JohnBrookes closed 11 years ago
Could you pull a request of this function ? There is no development environment on my side currently.
ÔÚ 2013-5-14£¬ÏÂÎç8:02£¬JohnBrookes notifications@github.com дµÀ£º
Any chance of adding an Away version check to the physics. maybe in AWPDynamicsWorld.getinstance DEV branch
if (Away3D.MAJOR_VERSION ==4 && Away3D.MINOR_VERSION < 1) throw new Error("Incorrect AWAY3D version "+Away3D.MAJOR_VERSION+"."+Away3D.MINOR_VERSION+ ". Use Away3D 4.1 or higher");
¡ª Reply to this email directly or view it on GitHub.
Hi man i have download the core and put awaya3d and com folders inside the src folder to be with away3dphysics folder then i make as3proj by flashdevelop and try to run the examples but it give me error that he did not found cmodule.awayphysics in AWPBase.as line 2 please tell me what to do or what is missing
Any chance of adding an Away version check to the physics. maybe in AWPDynamicsWorld.getinstance DEV branch
if (Away3D.MAJOR_VERSION ==4 && Away3D.MINOR_VERSION < 1) throw new Error("Incorrect AWAY3D version "+Away3D.MAJOR_VERSION+"."+Away3D.MINOR_VERSION+ ". Use Away3D 4.1 or higher");