-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Runtime] Physics #169
Comments
By missing a few features do you mean the implementation, or BepuPhysics itself |
Hello, we have been messing with Bepu for Stride a lot ourselves and the Convex and Mesh are available through Bepu but I think we had to create our own layering implementation. Im not sure if you are already using it but VHACD is what Stride uses for convex shapes and mesh decomposition. Convex does currently have a bug that you will want to look out for bepu/bepuphysics2#325 but it seems to work 99% of the time otherwise. Meshes were relatively simple, the only thing that may be different between Stride and Prowl there is the winding of the mesh? Eideren has also got Layers working, in the new PR we are using to eventually merge into our main branch. stride3d/stride@538e34f I dont know if its final though. Would love to have another C# game engine collab on this with any info if you guys find anything cool! |
Hey! I sorta had meshes working but they seemed weirdly offset and not scaled correctly so I postponed it for the time being. I'll definitely let you guys know if we find anything of note, Though you guys are way further ahead than we are so we probably won't have anything too interesting anytime soon. |
We have switched now to Jitter Physics for double support. (previously using Bepu)
Heres the new Todo List:
The text was updated successfully, but these errors were encountered: