diagram | |||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DTextureNode | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DTexture2DNode" abstract="true"> <xs:annotation> <xs:appinfo> <!-- textureProperties in X3D version 3.2 --> <xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Base type for all nodes which specify 2D sources for texture images. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#X3DTexture2DNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DTextureNode"> <xs:attribute name="repeatS" type="SFBool" default="true"/> <xs:attribute name="repeatT" type="SFBool" default="true"/> </xs:extension> <!-- TextureProperties in X3D version 3.2 --> </xs:complexContent> </xs:complexType> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="repeatS" type="SFBool" default="true"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="repeatT" type="SFBool" default="true"/> |