UNPKG

three

Version:

JavaScript 3D library

14 lines (11 loc) 253 B
import { WebGLRenderTargetOptions, WebGLRenderTarget, } from './WebGLRenderTarget'; export class WebGLRenderTargetCube extends WebGLRenderTarget { constructor( width: number, height: number, options?: WebGLRenderTargetOptions ); }