transport.vwf.yaml 479 B

12345678910111213141516171819202122232425
  1. # avatar
  2. # Copyright 2017 Krestianstvo.org project
  3. ---
  4. extends: http://vwf.example.com/aframe/aentity.vwf
  5. type: "transport"
  6. properties:
  7. beat:
  8. playing:
  9. methods:
  10. init:
  11. simpleVis:
  12. animationUpdate:
  13. parameters:
  14. - time
  15. - duration
  16. play:
  17. stop:
  18. setupTransport:
  19. doGlobalBeat:
  20. parameters:
  21. - time
  22. - duration
  23. - beat
  24. scripts:
  25. - source: "http://vwf.example.com/aframe/transport.js"