index.vwf.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # A-Frame & VWF simple scene
  2. # Copyright 2017 Krestianstvo.org project
  3. ---
  4. extends: http://vwf.example.com/aframe/ascene.vwf
  5. properties:
  6. assets: "assets.json"
  7. children:
  8. skySun:
  9. extends: http://vwf.example.com/aframe/aentity.vwf
  10. children:
  11. sun:
  12. extends: http://vwf.example.com/aframe/app-sun-component.vwf
  13. newSky:
  14. extends: http://vwf.example.com/aframe/aentity.vwf
  15. children:
  16. skyshader:
  17. extends: http://vwf.example.com/aframe/app-skyshader-component.vwf
  18. lightAmbient:
  19. extends: http://vwf.example.com/aframe/alight.vwf
  20. properties:
  21. type: "ambient"
  22. color: "#CCC"
  23. myLight:
  24. extends: http://vwf.example.com/aframe/alight.vwf
  25. properties:
  26. type: "directional"
  27. position: "0 20 0"
  28. model:
  29. extends: http://vwf.example.com/aframe/agltfmodel.vwf
  30. properties:
  31. src: "#av"
  32. position: "0 0 -4"
  33. children:
  34. animation-mixer:
  35. extends: http://vwf.example.com/aframe/anim-mixer-component.vwf
  36. properties:
  37. clip: "*"
  38. duration: 3
  39. crossFadeDuration: 0.5