index.vwf.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: "hemisphere"
  27. position: "0 20 0"
  28. bvhtest:
  29. extends: http://vwf.example.com/aframe/aentity.vwf
  30. properties:
  31. position: "0 0 -20"
  32. scale: "0.3 0.3 0.3"
  33. children:
  34. avatarbvh:
  35. extends: http://vwf.example.com/aframe/app-avatarbvh-component.vwf
  36. model:
  37. extends: http://vwf.example.com/aframe/agltfmodel.vwf
  38. properties:
  39. src: "#mon"
  40. position: "20 6.1 -15"
  41. rotation: "0 90 0"
  42. children:
  43. envmap:
  44. extends: http://vwf.example.com/aframe/app-envmap-component.vwf