THREE-XPBD icon indicating copy to clipboard operation
THREE-XPBD copied to clipboard

XPBD physics in THREE.js

Results 1 THREE-XPBD issues
Sort by recently updated
recently updated
newest added

The current codebase is tightly coupled. For example, physics classes are using the (top-level) GUI layer. ## Examples ### RigidBody uses the `BaseScene` class The `addTo()` method is a neat...