Re: [w3c/manifest] Representing Spatial Icons for WebApps (#763)

@marcoscaceres  a followup question: Should we add some kind of Note that the "icons" array may contain non-image resources for Immersive Web usecases ?
"sizes" is an important requirement for immersive web community had brought up. Since 3D assets have order of magnitude higher file size, the "sizes" attribute would serve as a reference to the platform/UA to download an appropriate asset for the usecase.

This is how we intended to use that:

 ```
{
     "src": "asset/high-lod.glb",
     "type": "model/gltf-binary"
     "sizes": "60x60x60",
},
{
      "src": "asset/medium-lod.glb",
     "type": "model/gltf-binary"
     "sizes": "30x30x30",
}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/763#issuecomment-487033709

Received on Friday, 26 April 2019 12:06:57 UTC