index.vwf.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. fog: "type: linear; color: #ECECEC; far: 20; near: 0"
  7. assets: "assets.json"
  8. children:
  9. groundPlane:
  10. extends: http://vwf.example.com/aframe/aplane.vwf
  11. properties:
  12. height: 50
  13. width: 50
  14. repeat: "10 10"
  15. rotation: "-90 0 0"
  16. color: "white"
  17. wireframe: false
  18. src: "#bg2"
  19. myLight:
  20. extends: http://vwf.example.com/aframe/alight.vwf
  21. properties:
  22. type: "hemisphere"
  23. color: "white"
  24. position: "0 10 5"
  25. rotation: "0 0 0"
  26. sky:
  27. extends: http://vwf.example.com/aframe/asky.vwf
  28. properties:
  29. color: "#ECECEC"
  30. src: "#sky"
  31. fog: false
  32. side: "back"
  33. spaceText:
  34. extends: http://vwf.example.com/aframe/atext.vwf
  35. properties:
  36. value: "WebRTC app"
  37. color: "white"
  38. position: "-2 2.5 -2"
  39. box:
  40. extends: http://vwf.example.com/aframe/abox.vwf
  41. properties:
  42. position: "0 0 -3"
  43. rotation: "0 0 0"
  44. color: "#3c7249"
  45. depth: 3
  46. height: 0.2
  47. width: 3