aframe-proximity

1.0.2 • Public • Published

aframe-proximity

A proximity detector component for Aframe that triggers an event when the distance between two entities is the established

Usage

    <a-box color="red" id="red"></a-box>
    <a-box color="blue" id="blue" proximity="target: #red; drawLine: true; distance: 10;"></a-box>
Property Description Default
target Aframe selector of target entity to measure distance with current entity null
distance The distance where the event starts to throw 1
drawLine Show or not a line between the measured objects false
color1 if drawLine is true, the line's color when distance es greater than distance param #0000FF
color2 if drawLine is true, the line's color when distance es lower than distance param #00FF00
customDataEvent A custom data (JSON as String) to attatch to event when it triggers {"message": "no custom data provided"}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i aframe-proximity

      Weekly Downloads

      4

      Version

      1.0.2

      License

      ISC

      Unpacked Size

      41.8 kB

      Total Files

      5

      Last publish

      Collaborators

      • erikloaiza