aentity.vwf.yaml 465 B

1234567891011121314151617181920212223242526272829
  1. # https://aframe.io/docs/0.5.0/core/entity.html
  2. ---
  3. extends: http://vwf.example.com/aframe/node.vwf
  4. type: "a-entity"
  5. properties:
  6. opacity:
  7. transparent:
  8. color:
  9. position:
  10. rotation:
  11. scale:
  12. wireframe:
  13. wireframe-linewidth:
  14. clickable:
  15. src:
  16. repeat:
  17. fog:
  18. displayName:
  19. visible:
  20. edit:
  21. worldPosition:
  22. osc:
  23. methods:
  24. setGizmoMode:
  25. parameters:
  26. - mode
  27. showCloseGizmo:
  28. scripts:
  29. - source: "http://vwf.example.com/aframe/aentity.js"