viewOffsetCamera-component.vwf.yaml 348 B

123456789101112131415
  1. # https://threejs.org/docs/#api/cameras/PerspectiveCamera.setViewOffset
  2. ---
  3. extends: http://vwf.example.com/aframe/aentityComponent.vwf
  4. type: "component"
  5. properties:
  6. fullWidth:
  7. fullHeight:
  8. xoffset:
  9. yoffset:
  10. subcamWidth:
  11. subcamHeight:
  12. methods:
  13. setParams:
  14. scripts:
  15. - source: "http://vwf.example.com/aframe/viewOffsetCamera-component.js"