class sap.ui.vk.threejs.Texture

Control sample: sap.ui.vk.threejs.Texture
Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Module: sap/ui/vk/threejs/Texture
Application Component: CA-UI5-VTK

Provides the interface for the material.


Constructor

Constructor for a new Material.

new sap.ui.vk.threejs.Texture()

Borrowed Properties

Name Type Default Value Description
filterMode int 0

filter mode - Bilinear = 0, NearestNeighbor = 1

Visibility: public
id string

texture ID (optional)

Visibility: public
uvHorizontalOffset float 0

Horizontal offset of uv coordinates

Visibility: public
uvHorizontalScale float 0

Horizontal scale of uv coordinates

Visibility: public
uvHorizontalTilingEnabled boolean true

Is the uv horizontal tiling enabled

Visibility: public
uvRotationAngle float 0

Rotation angle of uv coordinates

Visibility: public
uvVerticalOffset float 0

VerticalOffset offset of uv coordinates

Visibility: public
uvVerticalScale float 0

Vertical scale of uv coordinates

Visibility: public
uvVerticalTilingEnabled boolean true

Is the uv vertical tiling enabled

Visibility: public

Methods Overview

Method Description
sap.ui.vk.threejs.Texture.extend

Creates a new subclass of class sap.ui.vk.threejs.Texture with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.vk.Texture.extend.

sap.ui.vk.threejs.Texture.getMetadata

Returns a metadata object for class sap.ui.vk.threejs.Texture.

sap.ui.vk.threejs.Texture.extend

Creates a new subclass of class sap.ui.vk.threejs.Texture with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.vk.Texture.extend.

Param Type DefaultValue Description
sClassName string

Name of the class being created

oClassInfo object

Object literal with information about the class

FNMetaImpl function

Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class

sap.ui.vk.threejs.Texture.getMetadata

Returns a metadata object for class sap.ui.vk.threejs.Texture.