aentity.vwf.yaml 458 B

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