aentity.vwf.yaml 438 B

123456789101112131415161718192021222324252627
  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. position:
  7. rotation:
  8. scale:
  9. wireframe:
  10. wireframe-linewidth:
  11. clickable:
  12. src:
  13. repeat:
  14. fog:
  15. displayName:
  16. visible:
  17. edit:
  18. worldPosition:
  19. side:
  20. osc:
  21. methods:
  22. setGizmoMode:
  23. parameters:
  24. - mode
  25. showCloseGizmo:
  26. scripts:
  27. - source: "http://vwf.example.com/aframe/aentity.js"