26.02 Sky Modulev0.1.32 → v0.1.33
Changed in v0.1.33 (2026-04-03): now add category code example for sky category
→+3 −0
| v0.1.32 | v0.1.33 | ||
|---|---|---|---|
| 25 | An implementation that does not support the Sky module MUST ignore the `sky` and `skyVisible` member of `FormProperties` and discard any artifact with artifact type `hdri`. | 25 | An implementation that does not support the Sky module MUST ignore the `sky` and `skyVisible` member of `FormProperties` and discard any artifact with artifact type `hdri`. |
| 26 | 26 | ||
| 27 | When used with the Category module, the artifact MUST use `sky` as its artifact category. | 27 | When used with the Category module, the artifact MUST use `sky` as its artifact category. |
| 28 | ```ts | ||
| 29 | type Category = "sky" // ... | ||
| 30 | ``` | ||