Away3D Forum http://away3d.com/forum/ Away3D Forum en Copyright 2014 2014-09-18T12:26:00+00:00 IAsset/AssetLibrary support for physics objects http://away3d.com/forum/viewthread/5668/ http://away3d.com/forum/viewthread/5668/#When:12:26:00Z <p>As far as I can tell, there is not currently any support for storing physics objects in a library to make them universally accessible. I think this could be very useful, for example, being able to refer to a stored set of CollisionShapes through naming conventions for several CollisionObjects created dynamically. Obviously, a workaround using a custom Dictionary or something would be relatively trivial to implement, but not very elegant, as there is no reason for several developers to have to create their own versions of the same solution. I think it would be a worthwhile addition for the sake of consistency, extensibility, and eliminating redundancy. Thoughts?</p> 2014-09-18T12:26:00+00:00 Away3D is perfect with Haxe, cross-platform, and so on… where’s AwayPhysics now ? http://away3d.com/forum/viewthread/5651/ http://away3d.com/forum/viewthread/5651/#When:00:45:22Z <p>Hello !</p> <p>I come in the Away3d world with great announces for the end of the year : acceleration of the 3D empowerment with WebGL and OpenFL. Haxe is a powerfull and cross-platforming language, we’ve got every thing to make stunning games on the edge and easier than with other librairies. </p> <p>What about to write the future right now and add a package written in Haxe with BulletPhysics 3.x added with it ? It works fine with my odd AS3 and Flash Builder (all sources are in the Git) ... and would be port with a the new openFL librairy.</p> <p>How do you plan to port your C module files of Bullet collapsed with AS3 ?</p> 2014-09-01T00:45:22+00:00 ANE version of awayphysics http://away3d.com/forum/viewthread/3030/ http://away3d.com/forum/viewthread/3030/#When:14:22:13Z <p>just an idea, it will be great if we could have native extension of awayphysics for IOS and android</p> 2012-08-10T14:22:13+00:00 Raycasting in AwayPhysics http://away3d.com/forum/viewthread/5133/ http://away3d.com/forum/viewthread/5133/#When:12:26:28Z <p>The raycasting within Bullet ( eg for the vehicle wheels ) is very fast ( can have multiple vehicles ), it would be great if AwayPhysics was updated to allow direct calls to the physics raycasting.</p> <p>As many game levels are set up with different visual and physics models ( eg a detailed visual model building, simple box for collision ), it would also ensure that the raycasting for other game related features are using the same physics data that eg the vehicle wheel raycasting is using.</p> 2013-11-25T12:26:28+00:00 AwayPhysics 1.0 Release Plan? http://away3d.com/forum/viewthread/4577/ http://away3d.com/forum/viewthread/4577/#When:15:07:41Z <p>Dear Team,</p> <p>you did a great job on AwayPhysics so far - it is awesome. But since long time it is still in alpha-state and there are only minor changes in the git repository. </p> <p>Can you say something about your further plans about the 1.0 release?</p> <p>Thanx.</p> 2013-05-31T15:07:41+00:00 a question about character move http://away3d.com/forum/viewthread/3848/ http://away3d.com/forum/viewthread/3848/#When:10:34:03Z <p>character flow collistionbox ,If box move up the slop, it will roll down itself.<br /> but i want box move along slop when W key down ,and box rotation doesn’t change,that i want ;</p> <p>floor code :<br /> var floorCol1Mesh:Mesh = ground.getMeshByName(“floorCol1”);<br /> &nbsp; floorCol1Mesh.visible = false ;<br /> &nbsp; var floorColMeshl1Shape:AWPBvhTriangleMeshShape = new AWPBvhTriangleMeshShape(floorCol1Mesh.geometry);<br /> &nbsp; var floorColMesh1Body:AWPRigidBody = new AWPRigidBody(floorColMeshl1Shape,floorCol1Mesh,0);<br /> &nbsp; phyWorld.addRigidBodyWithGroup(floorColMesh1Body,1,2);</p> <p><br /> box code:</p> <p>var shape:AWPCollisionShape = new AWPBoxShape(50,50,50);<br /> &nbsp; monstorAWP = new AWPRigidBody(shape, box ,0.1);<br /> &nbsp; phyWorld.addRigidBodyWithGroup(monstorAWP,2,1);<br /> &nbsp; monstorAWP.y = 120 ;<br /> &nbsp; monstorAWP.friction = 0.9 ;<br /> &nbsp; monstorAWP.collisionFlags = AWPCollisionFlags.CF_CHARACTER_OBJECT;<br /> &nbsp; <br /> &nbsp; monstorAWP.activationState = AWPCollisionObject.DISABLE_DEACTIVATION;</p> <p>help me please!thanks all!</p> 2013-01-19T10:34:03+00:00 Improvements from AS3 for Math functions [?] http://away3d.com/forum/viewthread/3401/ http://away3d.com/forum/viewthread/3401/#When:13:33:36Z <p>Hi,</p> <p>I have an 2d as3 particle physics simulation that uses lots of Math.sqrt, multiplication, distance calculations and collisions detection between 100s of circular vector objects. I want to increase this to 1000s</p> <p>Is Away3d any good at these calculations or is more a platform to generate polygons quickly and the like?</p> <p>Regards,<br /> C</p> 2012-10-22T13:33:36+00:00 Get the rigidBody from the Vehicle wheel raycastInfo http://away3d.com/forum/viewthread/2977/ http://away3d.com/forum/viewthread/2977/#When:12:40:22Z <p>I think bullet already does this.<br /> Just need to be able to get what rigidbody each wheel is in contact with.<br /> eg something like<br /> myRaycastVehicle.getWheelInfo(0).collisionObject</p> 2012-08-02T12:40:22+00:00 Steering Behaviours API for Away3D http://away3d.com/forum/viewthread/784/ http://away3d.com/forum/viewthread/784/#When:10:36:24Z <p>Hi All. I started developing of Steering Behaviors library for away3D several months ago which was a porting of UnitySteer (Steering library for Unity3D ) which was a porting of C++ OpenSteer. The work progressed fine but I stumbled on some bugs (probably due to Flash / Unity programming paradigm and API architecture differences) which I haven’t solved till today mostly because of time shortage to dig deeper into the problem.The lib is in a pretty advanced development stage and it would be pity to abandon it like this.If anybody with a descent knowledge of vector math wants to help me with this it can be super cool!</p> 2011-09-19T10:36:24+00:00 Raycast for tank http://away3d.com/forum/viewthread/2235/ http://away3d.com/forum/viewthread/2235/#When:09:29:58Z <p>Can AwayPhysics raycast vehicle modify to use for tank?</p> <p>I find this post, tank should be constraint hinge wheeled vehicles:<br /> <em><a href="http://www.bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=12&amp;t=652">http://www.bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=12&amp;t=652</a></em></p> <p>Anyone have idea? thanks</p> 2012-04-01T09:29:58+00:00