Feature Type
SIG3D: Specialized class for georeferenced textures containing an implicit parametrization that is either stored within
the image file, an acompanying world file or specified using the orientation and referencePoint elements.
Name |
Type |
boolean |
|
URI |
|
core:MimeType |
|
TextureType |
|
WrapMode |
|
ColorPlusOpacity |
|
boolean |
|
GM_Point |
|
TransformationMatrix2x2 |
|
URI |
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
Attribute type: app:preferWorldFile |
SIG3D: Flag for defining the precedence of an accompanying worldfile before the georeference included in the image
source. If this value is false, the world file is only used if the source file does not contain a georeference.
0..1
boolean
Attribute type: app:referencePoint |
SIG3D: Defines the location of the center of the upper left image pixel in world space.
0..1
GM_Point
Attribute type: app:orientation |
SIG3D: Defines the rotation and scaling of the image in form of a 2x2 matrix (a list of 4 doubles in row-major order).
0..1
TransformationMatrix2x2
Attribute type: app:target |
SIG3D: Geometry object which is associated with the texture.
0..*
URI