searches the current version of every section · esc to close

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.32v0.1.33
25An 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`.25An 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`.
2626
27When used with the Category module, the artifact MUST use `sky` as its artifact category.27When used with the Category module, the artifact MUST use `sky` as its artifact category.
28```ts
29type Category = "sky" // ...
30```