acamera.vwf.json 382 B

12345678910111213141516171819202122
  1. {
  2. "extends": "proxy/aframe/aentity.vwf",
  3. "type": "a-camera",
  4. "properties": {
  5. "user-height": null,
  6. "far": null,
  7. "fov": null,
  8. "look-controls-enabled": null,
  9. "near": null,
  10. "wasd-controls-enabled": null
  11. },
  12. "methods": {
  13. "setCameraToActive": {
  14. "parameters": [
  15. "moniker"
  16. ]
  17. }
  18. },
  19. "scripts": {
  20. "source": "acamera.js"
  21. }
  22. }