index.vwf.yaml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. multicam:
  47. extends: http://vwf.example.com/aframe/abox.vwf
  48. properties:
  49. position: "0 1.6 -2"
  50. depth: 0.5
  51. height: 0.5
  52. width: 0.5
  53. opacity: 0.5
  54. transparent: true
  55. color: "green"
  56. children:
  57. camera1:
  58. extends: http://vwf.example.com/aframe/abox.vwf
  59. properties:
  60. position: "0 0 0"
  61. depth: 0.2
  62. height: 0.2
  63. width: 0.2
  64. color: "red"
  65. children:
  66. cam:
  67. extends: http://vwf.example.com/aframe/acamera.vwf
  68. properties:
  69. look-controls-enabled: false
  70. wasd-controls-enabled: false
  71. user-height: 0
  72. children:
  73. viewoffset:
  74. extends: http://vwf.example.com/aframe/viewOffsetCamera-component.vwf
  75. properties:
  76. fullWidth: 1000
  77. fullHeight: 1000
  78. xoffset: -250
  79. yoffset: 0
  80. width: 500
  81. height: 1000
  82. camera2:
  83. extends: http://vwf.example.com/aframe/abox.vwf
  84. properties:
  85. position: "0 0 0"
  86. depth: 0.2
  87. height: 0.2
  88. width: 0.2
  89. color: "red"
  90. children:
  91. cam:
  92. extends: http://vwf.example.com/aframe/acamera.vwf
  93. properties:
  94. look-controls-enabled: false
  95. wasd-controls-enabled: false
  96. user-height: 0
  97. children:
  98. viewoffset:
  99. extends: http://vwf.example.com/aframe/viewOffsetCamera-component.vwf
  100. properties:
  101. fullWidth: 1000
  102. fullHeight: 1000
  103. xoffset: 250
  104. yoffset: 0
  105. width: 500
  106. height: 1000