Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/threejs_4_deno/src/Three.d.ts>DataTexture3D

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class DataTexture3D
extends Texture
import { DataTexture3D } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";

Constructors

new
DataTexture3D(
data: TypedArray,
width: number,
height: number,
depth: number,
)

Properties

flipY: boolean
generateMipmaps: boolean
readonly
isDataTexture3D: true
magFilter: TextureFilter
minFilter: TextureFilter
wrapR: boolean