aframe-physics-system icon indicating copy to clipboard operation
aframe-physics-system copied to clipboard

Physics system for A-Frame VR, built on CANNON.js.

Results 58 aframe-physics-system issues
Sort by recently updated
recently updated
newest added

How can I change the friction coefficient when using the Ammo driver? I tried as follows: ``, but nothing seems to change no matter what value I put for friction.

I hava a gltf model,but wireframe generated incorrect. ![image](https://user-images.githubusercontent.com/9568103/142985813-c9dd8960-caab-4e07-9e0c-50c323b929a3.png) Tried another sample models,such as box triangle,issues remain. hope someone can help me, thks! The following code shown this issues [https://github.com/wilsonXo/aps-demo](https://github.com/wilsonXo/aps-demo)

`npm install aframe-physics-system` and `yarn add afram-physics-system` both fail ``` yarn add add-aframe-physics-system ➤ YN0000: ┌ Resolution step ➤ YN0013: │ ammo-debug-drawer@https://github.com/infinitelee/ammo-debug-drawer.git#commit=561fd698109e61456f34136a53dd08b45d4ad9ca can't b ➤ YN0013: │ three-to-ammo@https://github.com/infinitelee/three-to-ammo.git#commit=9e68a3bbe500988f2dc0096f78c12dabbdaf5548 can't be...

`Geometry` was completely removed in three.js 125 which is used in A-Frame 1.2.0 https://github.com/mrdoob/three.js/wiki/Migration-Guide With the current main branch of aframe-physics-system: ```javascript aframe-physics-system.js:14331 Uncaught TypeError: t.Geometry is not a constructor...

Using V4.01, the Hull option has incorrect position and/or orientation on some GLB models. These seem to be related to the position of the model, using the position attribute. Rotation...

How we can bounce an object(ball) using Ammo physics?

Trying to install this package, or any package that depends on it, via npm is now failling with the following error: ``` npm ERR! Error while executing: npm ERR! /usr/bin/git...

When I set up aframe physics and require it in my index.js and then run it with webpack I get the error "Uncaught ReferenceError: arguments is not defined" in my...

Hello!! in our application we are trying to change Aframe with cannon to aframe with ammo. We get load the model well by this way: First loading the model then...

Using Ammo.js in my app here: https://diarmidmackenzie.github.io/christmas-scene/research/physics-ammo/full-test.html Sometimes when using this, I hit the following crash (note, these are separate instances, 17 seconds apart). ![image](https://user-images.githubusercontent.com/16045703/145678252-5af40842-6e63-4f76-91b0-002dc7733e56.png) No clear idea what the...