offsetcamera.vwf.yaml 321 B

12345678910111213141516
  1. # avatar
  2. # Copyright 2017 Krestianstvo.org project
  3. ---
  4. extends: http://vwf.example.com/aframe/aentity.vwf
  5. type: "multicamera"
  6. properties:
  7. fullWidth:
  8. fullheight:
  9. xoffset:
  10. yoffset:
  11. subcamWidth:
  12. subcamHeight:
  13. methods:
  14. initialize:
  15. scripts:
  16. - source: "http://vwf.example.com/aframe/offsetcamera.js"