File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 < title > A-Frame Super Hands Component - 6DOF With Physics (Ammo.js Engine)</ title >
44 <!-- Replace "../build.js" with the super-hands and
55 A-Frame distributions to run : -->
6- < script src ="../build.js "> </ script > -->
7- <!--< script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>-- >
6+ <!--< script src="../build.js"></script>-->
7+ < script src ="https://aframe.io/releases/1.2.0/aframe.min.js "> </ script >
88 <!-- use the local version of super-hands.js-->
9- <!--< script src="../../dist/super-hands.js"></script>-- >
9+ < script src ="../../dist/super-hands.js "> </ script >
1010 < script src ="https://mixedreality.mozilla.org/ammo.js/builds/ammo.wasm.js "> </ script >
1111 < script src ="
https://cdn.jsdelivr.net/gh/n5ro/[email protected] /dist/aframe-physics-system.js "
> </ script > 1212 < script src ="https://unpkg.com/aframe-event-set-component@^4.1.1/dist/aframe-event-set-component.min.js "> </ script >
8282 geometry ="primitive: box; width: 0.5; height: 0.5; depth: 0.5 "
8383 ammo-body ="type: static; emitCollisionEvents: true " ammo-shape ="type: box "> </ a-mixin >
8484 < a-mixin id ="touch "
85- physics-collider phase-shift
85+ phase-shift
8686 ammo-body ="type: kinematic; emitCollisionEvents: true; disableCollision: true "
8787 ammo-shape ="fit: manual; type:sphere; sphereRadius: 0.02 "
8888 super-hands ="colliderEvent: collidestart;
You can’t perform that action at this time.
0 commit comments