element TextureTransform
diagram x3d-3.3_diagrams/x3d-3.3_p225.png
type extension of X3DTextureTransformNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
element MultiTextureTransform
group AppearanceChildContentModelNoProtoInstance
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
center  SFVec2f    0 0    
rotation  SFFloat    0    
scale  SFVec2f    1 1    
translation  SFVec2f    0 0    
containerField  xs:NMTOKEN    textureTransform    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
source <xs:element name="TextureTransform">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#TextureTransform"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DTextureTransformNode">
       
<xs:attribute name="center" type="SFVec2f" default="0 0"/>
       
<xs:attribute name="rotation" type="SFFloat" default="0"/>
       
<xs:attribute name="scale" type="SFVec2f" default="1 1"/>
       
<xs:attribute name="translation" type="SFVec2f" default="0 0"/>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="textureTransform"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute TextureTransform/@center
type SFVec2f
properties
default 0 0
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s+){1}([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="center" type="SFVec2f" default="0 0"/>

attribute TextureTransform/@rotation
type SFFloat
properties
default 0
source <xs:attribute name="rotation" type="SFFloat" default="0"/>

attribute TextureTransform/@scale
type SFVec2f
properties
default 1 1
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s+){1}([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="scale" type="SFVec2f" default="1 1"/>

attribute TextureTransform/@translation
type SFVec2f
properties
default 0 0
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s+){1}([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="translation" type="SFVec2f" default="0 0"/>

attribute TextureTransform/@containerField
type xs:NMTOKEN
properties
default textureTransform
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="textureTransform"/>


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