UNPKG

@c-frame/aframe-physics-system

Version:

Physics system for A-Frame VR, built on Cannon.js & Ammo.js

14 lines (8 loc) 257 B
# Math Helpers for physics and controls components. - **velocity**: Updates an entity's position at each clock tick, according to a constant (or animateable) velocity. ## Usage Velocity: ```html <a-entity velocity="-1 0 0"></a-entity> ```