aframe-line-component
aframe-line-component
A Line component for A-Frame.
For A-Frame.
API
Property | Description | Default Value |
---|---|---|
start | Start line position | 0 0 0 |
end | End line position | 0 0 0 |
color | Line color | #fff |
opacity | Line opacity | 1 |
Installation
Browser
Install and use by directly including the browser files:
My A-Frame Scene
npm
Install via npm:
npm install aframe-line-component
Then require and use.
;;