ascene.vwf.yaml 325 B

123456789101112131415161718
  1. # https://aframe.io/docs/0.5.0/core/scene.html
  2. ---
  3. extends: http://vwf.example.com/aframe/node.vwf
  4. type: "a-scene"
  5. properties:
  6. fog:
  7. assets:
  8. color:
  9. transparent:
  10. methods:
  11. clientWatch:
  12. createCube:
  13. parameters:
  14. - name
  15. - avatar
  16. - node
  17. scripts:
  18. - source: "http://vwf.example.com/aframe/ascene.js"