linepath.vwf.json 219 B

12345678910111213
  1. {
  2. "extends": "proxy/aframe/aentityComponent.vwf",
  3. "type": "component",
  4. "properties": {
  5. "color": null,
  6. "path": null,
  7. "width": null,
  8. "taper": null,
  9. "transparent": null,
  10. "opacity": null
  11. }
  12. }