abox.vwf.json 227 B

123456789101112
  1. {
  2. "extends": "proxy/aframe/aentity.vwf",
  3. "type": "a-box",
  4. "properties": {
  5. "depth": null,
  6. "height": null,
  7. "segments-depth": null,
  8. "segments-height": null,
  9. "segments-width": null,
  10. "width": null
  11. }
  12. }