aSceneFogComponent.vwf.json 196 B

1234567891011
  1. {
  2. "extends": "proxy/aframe/aentityComponent.vwf",
  3. "type": "component",
  4. "properties": {
  5. "fogType": null,
  6. "fogColor": null,
  7. "density": null,
  8. "near": null,
  9. "far": null
  10. }
  11. }