app:_Texture

Type

Feature Type

Definition

SIG3D: Abstract super class of ParameterizedTexture and GeoreferencedTexture

Abstract class

Belongs to module

app:Appearance

Derived from

app:_SurfaceData

Derived classes

app:GeoreferencedTexture

app:ParameterizedTexture

Attributes and associations

Name

Type

app:isFront

boolean

app:imageURI

URI

app:mineType

core:MimeType

app:textureType

TextureType

app:wrapMode

WrapMode

app:borderColor

ColorPlusOpacity



Attribute type: app:isFront

back

Definition

SIG3D: Indicates whether the X3DMaterial, GeoreferencedTexture or, ParametrizedTexture is assigned to the front side or back side of the surface

Cardinality

0..1

Data type

boolean



Attribute type: app:imageURI

back

Definition

SIG3D: URI identifying the image data resource for the texture

Cardinality

1

Data type

URI



Attribute type: app:mineType

back

Definition

SIG3D: Mime type describing the data format of the image resource

Cardinality

0..1

Data type

core:MimeType (CodeList)



Attribute type: app:textureType

back

Definition

SIG3D: Distinction between prototypical (value "typical"), object specific (value "specific") textures, and textures with unknown classification (value "unknown").

Cardinality

0..1

Data type

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

back

Definition

Collada: Definition of behavior when accessing the texture outside the underlying image raster

Cardinality

0..1

Data type

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

back

Definition

SIG3D: Color definition for texture borders.

Cardinality

0..1

Data type

ColorPlusOpacity