UNPKG

three

Version:

JavaScript 3D library

14 lines (10 loc) 224 B
import { Texture } from './Texture'; import { TypedArray } from '../polyfills'; export class DataTexture2DArray extends Texture { constructor( data: TypedArray, width: number, height: number, depth: number ); }