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. repeat: "10 10"
  22. rotation: [-90, 0, 0]
  23. wireframe: false
  24. src: "#bg2"
  25. spaceText:
  26. extends: http://vwf.example.com/aframe/atext.vwf
  27. properties:
  28. value: "Virtual World Framework & A-Frame & OSC"
  29. color: "#2b5d83"
  30. position: [-2, 2.5, -3]
  31. cube:
  32. extends: http://vwf.example.com/aframe/abox.vwf
  33. properties:
  34. position: "0 1 -3"
  35. rotation: "0 0 0"
  36. color: "#3c7249"
  37. depth: 1
  38. height: 1
  39. width: 1
  40. children:
  41. sphere:
  42. extends: http://vwf.example.com/aframe/asphere.vwf
  43. properties:
  44. position: "0 2 0"
  45. rotation: "0 0 0"
  46. color: "#3c7249"
  47. radius: 0.4
  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