index.vwf.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. myLight:
  10. extends: http://vwf.example.com/aframe/alight.vwf
  11. properties:
  12. type: "point"
  13. color: "white"
  14. position: "0 10 5"
  15. rotation: "0 0 0"
  16. groundPlane:
  17. extends: http://vwf.example.com/aframe/aplane.vwf
  18. properties:
  19. height: 50
  20. width: 50
  21. rotation: [-90, 0, 0]
  22. children:
  23. material:
  24. extends: http://vwf.example.com/aframe/aMaterialComponent.vwf
  25. properties:
  26. wireframe: false
  27. src: "#bg2"
  28. repeat: "10 10"
  29. spaceText:
  30. extends: http://vwf.example.com/aframe/atext.vwf
  31. properties:
  32. value: "Virtual World Framework & VR Controllers"
  33. color: "#2b5d83"
  34. position: [-2, 2.5, -3]
  35. cube:
  36. extends: http://vwf.example.com/aframe/abox.vwf
  37. properties:
  38. position: "0 1 -3"
  39. rotation: "0 0 0"
  40. depth: 1
  41. height: 1
  42. width: 1
  43. children:
  44. material:
  45. extends: http://vwf.example.com/aframe/aMaterialComponent.vwf
  46. properties:
  47. color: "#3c7249"
  48. newSky:
  49. extends: http://vwf.example.com/aframe/aentity.vwf
  50. children:
  51. skyshader:
  52. extends: http://vwf.example.com/aframe/app-skyshader-component.vwf