diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="TextureProperties"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#TextureProperties"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DNode"> <xs:attribute name="anisotropicDegree" default="1"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="borderColor" type="SFColorRGBA" default="0 0 0 0"/> <xs:attribute name="borderWidth" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="boundaryModeS" type="textureBoundaryModeChoices" default="REPEAT"/> <xs:attribute name="boundaryModeT" type="textureBoundaryModeChoices" default="REPEAT"/> <xs:attribute name="boundaryModeR" type="textureBoundaryModeChoices" default="REPEAT"/> <xs:attribute name="magnificationFilter" type="textureMagnificationModeChoices" default="FASTEST"/> <xs:attribute name="minificationFilter" type="textureMinificationModeChoices" default="FASTEST"/> <xs:attribute name="textureCompression" type="textureCompressionModeChoices" default="FASTEST"/> <xs:attribute name="texturePriority" default="0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="generateMipMaps" type="SFBool" default="false"/> <xs:attribute name="containerField" type="xs:NMTOKEN" default="textureProperties"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | restriction of SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="anisotropicDegree" default="1"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFColorRGBA | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="borderColor" type="SFColorRGBA" default="0 0 0 0"/> |
type | restriction of SFInt32 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="borderWidth" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | textureBoundaryModeChoices | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
source | <xs:attribute name="boundaryModeS" type="textureBoundaryModeChoices" default="REPEAT"/> |
type | textureBoundaryModeChoices | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
source | <xs:attribute name="boundaryModeT" type="textureBoundaryModeChoices" default="REPEAT"/> |
type | textureBoundaryModeChoices | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
source | <xs:attribute name="boundaryModeR" type="textureBoundaryModeChoices" default="REPEAT"/> |
type | textureMagnificationModeChoices | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
source | <xs:attribute name="magnificationFilter" type="textureMagnificationModeChoices" default="FASTEST"/> |
type | textureMinificationModeChoices | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="minificationFilter" type="textureMinificationModeChoices" default="FASTEST"/> |
type | textureCompressionModeChoices | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
source | <xs:attribute name="textureCompression" type="textureCompressionModeChoices" default="FASTEST"/> |
type | restriction of SFFloat | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="texturePriority" default="0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="generateMipMaps" type="SFBool" default="false"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="textureProperties"/> |