index.vwf.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. transparent: true
  7. assets: "assets.json"
  8. children:
  9. sky:
  10. extends: http://vwf.example.com/aframe/asky.vwf
  11. properties:
  12. color: "#ECECEC"
  13. side: "back"
  14. fog: false
  15. spaceText:
  16. extends: http://vwf.example.com/aframe/atext.vwf
  17. properties:
  18. value: "Virtual World Framework & A-Frame"
  19. color: "#b74217"
  20. position: "-2 2.5 -2"
  21. spaceText2:
  22. extends: http://vwf.example.com/aframe/atext.vwf
  23. properties:
  24. value: "Project by Krestianstvo.org"
  25. color: "#305b32"
  26. position: "1 3 -4"
  27. box:
  28. extends: http://vwf.example.com/aframe/abox.vwf
  29. properties:
  30. position: "-1 0.5 -3"
  31. rotation: "0 -30 0"
  32. color: "#3c7249"
  33. depth: 2
  34. height: 1
  35. width: 1
  36. groundPlane:
  37. extends: http://vwf.example.com/aframe/aplane.vwf
  38. properties:
  39. height: 50
  40. width: 50
  41. repeat: "10 10"
  42. rotation: "-90 0 0"
  43. color: "white"
  44. wireframe: false
  45. src: "#bg2"
  46. camera1:
  47. extends: http://vwf.example.com/aframe/abox.vwf
  48. properties:
  49. position: "2 1.6 -2"
  50. depth: 0.2
  51. height: 0.2
  52. width: 0.2
  53. color: "red"
  54. children:
  55. cam:
  56. extends: http://vwf.example.com/aframe/acamera.vwf
  57. properties:
  58. look-controls-enabled: false
  59. wasd-controls-enabled: false
  60. user-height: 0
  61. children:
  62. viewoffset:
  63. extends: http://vwf.example.com/aframe/viewOffsetCamera-component.vwf
  64. properties:
  65. xoffset: 0
  66. yoffset: 0