index.vwf.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. spaceText:
  33. extends: http://vwf.example.com/aframe/atext.vwf
  34. properties:
  35. value: "WebRTC app"
  36. color: "white"
  37. position: "-2 2.5 -2"
  38. box:
  39. extends: http://vwf.example.com/aframe/abox.vwf
  40. properties:
  41. position: "0 0 -3"
  42. rotation: "0 0 0"
  43. color: "#3c7249"
  44. depth: 3
  45. height: 0.2
  46. width: 3