Skip to main content

Class: DVETRTexture

Textures/DVETRTexture.DVETRTexture

Hierarchy

  • URITexture<DVETRScene, THREE.Texture>

    DVETRTexture

Constructors

constructor

new DVETRTexture(data): DVETRTexture

Parameters

NameType
dataURITextureData<DVETRScene>

Returns

DVETRTexture

Inherited from

URITexture<DVETRScene, THREE.Texture>.constructor

Defined in

node_modules/@divinestar/uri/Textures/URITexture.d.ts:32

Properties

_texture

_texture: null | Texture

Inherited from

URITexture._texture

Defined in

node_modules/@divinestar/uri/Textures/URITexture.d.ts:31

Methods

_create

_create(data): DataArrayTexture

Parameters

NameType
dataURITextureData<DVETRScene>

Returns

DataArrayTexture

Overrides

URITexture._create

Defined in

divinevoxel/three-renderer/src/Textures/DVETRTexture.ts:19


dispose

dispose(): void

Returns

void

Overrides

URITexture.dispose

Defined in

divinevoxel/three-renderer/src/Textures/DVETRTexture.ts:62