simpleType generatedCubeMapTextureUpdateChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute GeneratedCubeMapTexture/@update
facets
Kind Value Annotation
enumeration NONE
appinfo
no further texture updates are rendered
enumeration NEXT_FRAME_ONLY
appinfo
render texture once at end of frame
enumeration ALWAYS
appinfo
texture to be rendered every frame
annotation
appinfo
generatedCubeMapTextureUpdateChoices are strictly allowed enumeration values for GeneratedCubeMapTexture field named 'update'. Bounded, no additional values are allowed.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy