acone.vwf.json 289 B

1234567891011121314
  1. {
  2. "extends": "proxy/aframe/aentity.vwf",
  3. "type": "a-cone",
  4. "properties": {
  5. "height": null,
  6. "open-ended": null,
  7. "radius-bottom": null,
  8. "radius-top": null,
  9. "segments-height": null,
  10. "segments-radial": null,
  11. "theta-length": null,
  12. "theta-start": null
  13. }
  14. }