offsetcamera.vwf.yaml 406 B

123456789101112131415161718
  1. # offset camera
  2. # Copyright 2017 Krestianstvo.org project
  3. ---
  4. extends: http://vwf.example.com/aframe/aentity.vwf
  5. type: "offsetcamera"
  6. properties:
  7. methods:
  8. initialize:
  9. createCamera:
  10. parameters:
  11. - fw
  12. - fh
  13. - xoffset
  14. - yoffset
  15. - subcamWidth
  16. - subcamHeight
  17. scripts:
  18. - source: "http://vwf.example.com/aframe/offsetcamera.js"