123456789101112131415161718 |
- # offset camera
- # Copyright 2017 Krestianstvo.org project
- ---
- extends: http://vwf.example.com/aframe/aentity.vwf
- type: "offsetcamera"
- properties:
- methods:
- initialize:
- createCamera:
- parameters:
- - fw
- - fh
- - xoffset
- - yoffset
- - subcamWidth
- - subcamHeight
- scripts:
- - source: "http://vwf.example.com/aframe/offsetcamera.js"
|