| type | restriction of SFString | |||||||||||||
| properties |
|
|||||||||||||
| used by |
|
|||||||||||||
| facets |
|
|||||||||||||
| annotation |
|
|||||||||||||
| source | <xs:simpleType name="colorSpaceChoices"> <xs:annotation> <xs:appinfo> Permitted values for GaussianSplats colorSpace field, indicating color space of the reconstructed color values. This list is bounded, no additional values are allowed. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4.1-CD/Part01/components/GaussianSplats.html#GaussianSplats"/> </xs:annotation> <xs:restriction base="SFString"> <xs:enumeration value="SRGB_REC709_DISPLAY"> <xs:annotation> <xs:appinfo>color space of the reconstructed color values</xs:appinfo> <xs:documentation source="https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_gaussian_splatting/README.md#color-space"/> </xs:annotation> </xs:enumeration> <xs:enumeration value="LIN_REC709_DISPLAY"> <xs:annotation> <xs:appinfo>color space of the reconstructed color values</xs:appinfo> <xs:documentation source="https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_gaussian_splatting/README.md#color-space"/> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |