PHP 7.4.33
Preview: WebGL3DRenderTarget.js Size: 493 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/src/renderers/WebGL3DRenderTarget.js
import { WebGLRenderTarget } from './WebGLRenderTarget.js';
import { Data3DTexture } from '../textures/Data3DTexture.js';

class WebGL3DRenderTarget extends WebGLRenderTarget {

	constructor( width = 1, height = 1, depth = 1, options = {} ) {

		super( width, height, options );

		this.isWebGL3DRenderTarget = true;

		this.depth = depth;

		this.texture = new Data3DTexture( null, width, height, depth );

		this.texture.isRenderTargetTexture = true;

	}

}

export { WebGL3DRenderTarget };

Directory Contents

Dirs: 6 × Files: 5
Name Size Perms Modified Actions
common DIR
- drwxr-xr-x 2025-03-28 11:04:39
Edit Download
shaders DIR
- drwxr-xr-x 2025-03-28 11:04:39
Edit Download
webgl DIR
- drwxr-xr-x 2025-03-28 11:04:39
Edit Download
- drwxr-xr-x 2025-03-28 11:04:39
Edit Download
webgpu DIR
- drwxr-xr-x 2025-03-28 11:04:39
Edit Download
webxr DIR
- drwxr-xr-x 2025-03-28 11:04:39
Edit Download
493 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
511 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
3.99 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
78.26 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
269 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).