aentity.vwf.yaml 428 B

12345678910111213141516171819202122232425
  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. clickable:
  10. displayName:
  11. visible:
  12. edit:
  13. osc:
  14. methods:
  15. setGizmoMode:
  16. parameters:
  17. - mode
  18. showCloseGizmo:
  19. lookAt:
  20. parameters:
  21. - nodeID
  22. worldRotation:
  23. worldPosition:
  24. scripts:
  25. - source: "http://vwf.example.com/aframe/aentity.js"