r8d8 Posted January 12, 2018 Share Posted January 12, 2018 Hi, I am new to Torque (but not to gamedev).My goal is to develop sandbox with soft-body physics. Quality of graphics is not critical, focus on freedom of actions,something like BeamNG https://www.beamng.com/ Also looking into Godot engine https://github.com/godotengine/godotAny experience/advice will be very helpfull Quote Link to comment Share on other sites More sharing options...
Duion Posted January 12, 2018 Share Posted January 12, 2018 In Torque, graphics are good, physics are bad.If you want good physics you have to use bullet and expect some bugfixing. Quote Link to comment Share on other sites More sharing options...
Happenstance Posted January 13, 2018 Share Posted January 13, 2018 T3D has support for Physx and Bullet (as well as a custom rigidbody solver that dates back to the early 2000s) but there's no 'tick-a-box' option in the engine that enables BeamNG style physics. In fact, BeamNG is really just a soft body middleware solution that was ported to T3D for demonstration purposes and there was a lot of custom code involved to make that happen.Godot is great for 2D games but I wouldn't use 2.1.x for any serious 3D project. 3.0 represents a big leap forward in terms of 3D capability but there's still many bugs to fix and workflow issues to iron out before I'd consider using it (we're talking months away from a truly production-ready release, in my opinion). Godot is on par with T3D in terms of physics which means you're going to need to dig into the source code of either engine to make what you want. Quote Link to comment Share on other sites More sharing options...
Duion Posted January 13, 2018 Share Posted January 13, 2018 BeamNG just uses an open source soft body physics software, that they ported from their old engine to Torque3D so they can have better graphics.It is still available: https://github.com/RigsOfRodsThere is also a game that comes with it. Quote Link to comment Share on other sites More sharing options...
chriscalef Posted January 13, 2018 Share Posted January 13, 2018 Also, PhysX has good softbody support, it just isn't in T3D yet. Again, coding, but very possible. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.