aentity.vwf.yaml 473 B

123456789101112131415161718192021222324252627282930
  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. side:
  23. osc:
  24. methods:
  25. setGizmoMode:
  26. parameters:
  27. - mode
  28. showCloseGizmo:
  29. scripts:
  30. - source: "http://vwf.example.com/aframe/aentity.js"