acylinder.vwf.json 313 B

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