alight.vwf.json 331 B

1234567891011121314151617
  1. {
  2. "extends": "proxy/aframe/aentity.vwf",
  3. "type": "a-light",
  4. "properties": {
  5. "angle": null,
  6. "color": null,
  7. "decay": null,
  8. "distance": null,
  9. "ground-color": null,
  10. "intensity": null,
  11. "penumbra": null,
  12. "type": null,
  13. "target": null,
  14. "castShadow": null,
  15. "shadowCameraVisible": null
  16. }
  17. }