PHP 7.4.33
Preview: CompressedArrayTexture.js Size: 603 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/src/textures/CompressedArrayTexture.js
import { ClampToEdgeWrapping } from '../constants.js';
import { CompressedTexture } from './CompressedTexture.js';

class CompressedArrayTexture extends CompressedTexture {

	constructor( mipmaps, width, height, depth, format, type ) {

		super( mipmaps, width, height, format, type );

		this.isCompressedArrayTexture = true;
		this.image.depth = depth;
		this.wrapR = ClampToEdgeWrapping;

		this.layerUpdates = new Set();

	}

	addLayerUpdate( layerIndex ) {

		this.layerUpdates.add( layerIndex );

	}

	clearLayerUpdates() {

		this.layerUpdates.clear();

	}

}

export { CompressedArrayTexture };

Directory Contents

Dirs: 0 × Files: 14
Name Size Perms Modified Actions
361 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
603 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
448 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
703 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
642 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
793 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
713 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
603 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.46 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
403 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.90 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
15.60 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
656 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
1.08 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).