Feature Type
SIG3D: Abstract super class of ParameterizedTexture and GeoreferencedTexture
Name |
Type |
boolean |
|
URI |
|
core:MimeType |
|
TextureType |
|
WrapMode |
|
ColorPlusOpacity |
Attribute type: app:isFront |
SIG3D: Indicates whether the X3DMaterial, GeoreferencedTexture or, ParametrizedTexture is assigned to
the front side or back side of the surface
0..1
boolean
Attribute type: app:imageURI |
SIG3D: URI identifying the image data resource for the texture
1
URI
Attribute type: app:mineType |
SIG3D: Mime type describing the data format of the image resource
0..1
core:MimeType (CodeList)
Attribute type: app:textureType |
SIG3D: Distinction between prototypical (value "typical"), object specific (value "specific") textures, and textures
with unknown classification (value "unknown").
0..1
TextureType (Enumeration)
Code |
Text |
|
typical |
typical |
SIG3D: The texture is typical for a kind of object
|
specific |
specific |
SIG3D: The texture is specific for a certain object
|
unknown |
unknown |
SIG3D: The texture type is unknown.
|
Attribute type: app:wrapMode |
Collada: Definition of behavior when accessing the texture outside the underlying image raster
0..1
WrapMode (Enumeration)
Code |
Text |
|
none |
none |
COLLADA: The resulting color is fully transparent
|
wrap |
wrap |
COLLADA: The texture is repeated
|
mirror |
mirror |
COLLADA: The texture is repeated and mirrored
|
clamp |
clamp |
COLLADA: The texture is clamped to its edges
|
border |
border |
COLLADA: The resulting color is specified by the borderColor element (RGBA)
|
Attribute type: app:borderColor |
SIG3D: Color definition for texture borders.
0..1
ColorPlusOpacity