index.vwf.yaml 736 B

1234567891011121314151617181920212223
  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: 9; near: 0"
  7. children:
  8. spaceText:
  9. extends: http://vwf.example.com/aframe/atext.vwf
  10. properties:
  11. value: "Virtual World Framework & A-Frame"
  12. color: "#b74217"
  13. position: [-2, 2.5, -2]
  14. children:
  15. linepath:
  16. extends: http://vwf.example.com/aframe/linepath.vwf
  17. properties:
  18. color: "#b74217"
  19. path: [{"x":0.0, "y":0.0, "z":0.0}, {"x":2.0, "y":1.0, "z":1.0},{"x":3.0, "y":5.0, "z":2.0}]
  20. sky:
  21. extends: http://vwf.example.com/aframe/a-sun-sky.vwf
  22. properties:
  23. sunPosition: "-0.2 5 -5"