Releases: c-frame/physx
Releases · c-frame/physx
v0.3.0
What's Changed
- Fix physx-contact-event/physx-contact-sound components by @vincentfretin in #35
- Update to aframe 1.7.1 by @vincentfretin in #36
- Use world scale and not just local scale for geometry primitives by @vincentfretin in #37
- Remove inactive condition by @vincentfretin in #38
- Add support for open-ended cylinder using PxTriangleMeshGeometry by @vincentfretin in #39
- Add a stick and cut the cylinder for better trimesh collision through the tunnel by @vincentfretin in #40
- Fix point to point example that used the wrong target but still worked by @vincentfretin in #41
- Don't try to grab static bodies by @vincentfretin in #42
- Remove unused grab-options by @vincentfretin in #43
- No update needed for kinematic objects by @vincentfretin in #44
Full Changelog: v0.2.0...v0.3.0
v0.2.0 - Constraints support
What's Changed
- Fix local development to rebuild dist on change and use local wasm file by @vincentfretin in #26
- Update the installation instructions by @vincentfretin in #27
- Add constraint support for Revolute and Prismatic joints, fix D6 constraints, add projectionTolerance by @vincentfretin in #25 and #29
- Use degrees everywhere by @vincentfretin in #30
See spring and constraints examples for Revolute (door), Prismatic (slider), and D6 (spring) constraints.
Full Changelog: v0.1.3...v0.2.0
v0.1.3 - Compatibility with A-Frame 1.6.0+
What's Changed
- Fix lockedAxes property in README by @vincentfretin in #18
- Set module scope PhysX after the await by @vincentfretin in #19
- Fix links to PhysX documentation by @vincentfretin in #20
- Update examples to aframe 1.7.0 and aframe-environment-component@1.4.0 by @vincentfretin in #21
- Fix issues seen with stats panel on update to 1.7.0 by @diarmidmackenzie in #22
- Update ammo example to 1.7.0 as well. by @diarmidmackenzie in #23
- Update npm version to 0.1.3 by @diarmidmackenzie in #24
Full Changelog: v0.1.2...v0.1.3
0.1.2
Bug fixes
2 bug fixes
- Allow high precision to work for kinematic bodies
- Fix constraints that had been broken by a previous performance fix.
0.1.0 - Initial release
Verified compatible with latest A-Frame 1.4.1.