Node: ImageTextureAtlas

X3DOM
Component: Texturing

Quick Links

➨ Fields

This is a special helper node to represent tiles for volume rendering.

HTML Encoding and Default Values

<ImageTextureAtlas crossOrigin='""' hideChildren='true' metadata='X3DMetadataObject' numberOfSlices='0' origChannelCount='0' repeatS='true' repeatT='true' scale='true' slicesOverX='0' slicesOverY='0' textureProperties='x3dom.nodeTypes.TextureProperties' url='[]' ></ImageTextureAtlas>

Inheritance


Fields

These are the X3D / X3DOM fields of this node. Values should usually be received / set as strings via DOM functions (i.e., using setAttribute("myFieldName", "myFieldValue") and getAttribute("myFieldName")).
Name Type Default Value Range Inheritance Standard Description
crossOrigin SFString "" X3DTextureNode Cross Origin Mode
hideChildren SFBool true Texture Specifies whether the children are shown or hidden outside the texture.
metadata SFNode X3DMetadataObject Core/X3DNode Field to add metadata information
numberOfSlices SFInt32 0 Specifies the number of slices in the texture atlas.
origChannelCount SFInt32 0 [0, inf] X3DTextureNode Specifies the channel count of the texture. 0 means the system should figure out the count automatically.
repeatS SFBool true X3DTextureNode Specifies whether the texture is repeated in s direction.
repeatT SFBool true X3DTextureNode Specifies whether the texture is repeated in t direction.
scale SFBool true X3DTextureNode Specifies whether the texture is scaled to the next highest power of two. (Needed, when texture repeat is enabled and texture size is non power of two)
slicesOverX SFInt32 0 Specifies the slices in x.
slicesOverY SFInt32 0 Specifies the slices in y.
textureProperties SFNode TextureProperties X3DTextureNode Sets a TextureProperty node.
url MFString [] X3DTextureNode Sets the url to a resource.