| type | restriction of xs:NMTOKEN | ||||||||||||||||||
| properties | 
  | 
				||||||||||||||||||
| used by | 
  | 
				||||||||||||||||||
| facets | 
  | 
				||||||||||||||||||
| annotation | 
  | 
				||||||||||||||||||
| source | <xs:simpleType name="generatedCubeMapTextureUpdateChoices"> <xs:annotation> <xs:appinfo>generatedCubeMapTextureUpdateChoices are strictly allowed enumeration values for GeneratedCubeMapTexture field named 'update'. Bounded, no additional values are allowed.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/env_texture.html#GeneratedCubeMapTexture"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="NONE"> <xs:annotation> <xs:appinfo>no further texture updates are rendered</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NEXT_FRAME_ONLY"> <xs:annotation> <xs:appinfo>render texture once at end of frame</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ALWAYS"> <xs:annotation> <xs:appinfo>texture to be rendered every frame</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType>  |