-
Notifications
You must be signed in to change notification settings - Fork 458
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
Is this 3D? #22
Comments
three.js |
This isn't 3D, and Three.js isn't a physics library, although there are several Three.js physics engine integrations. I don't know of any 3D physics engines that are "point-based" in the same way. |
https://particulatejs.org/ is somewhat similar and solves 3D systems, but doesn't have stiffness in the constraints. |
This example (source) seems to have stiff constraints. I don't know that it's adjustable though. |
https://github.com/mattdesl/verlet-system is another lib that works in 3d. |
If not, do you know of a comparable 3D physics library?
The text was updated successfully, but these errors were encountered: