PHP 7.4.33
Preview: DataArrayTexture.js Size: 713 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/src/textures/DataArrayTexture.js
import { Texture } from './Texture.js';
import { ClampToEdgeWrapping, NearestFilter } from '../constants.js';

class DataArrayTexture extends Texture {

	constructor( data = null, width = 1, height = 1, depth = 1 ) {

		super( null );

		this.isDataArrayTexture = true;

		this.image = { data, width, height, depth };

		this.magFilter = NearestFilter;
		this.minFilter = NearestFilter;

		this.wrapR = ClampToEdgeWrapping;

		this.generateMipmaps = false;
		this.flipY = false;
		this.unpackAlignment = 1;

		this.layerUpdates = new Set();

	}

	addLayerUpdate( layerIndex ) {

		this.layerUpdates.add( layerIndex );

	}

	clearLayerUpdates() {

		this.layerUpdates.clear();

	}

}

export { DataArrayTexture };

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).