download
raw
448 Bytes
import { CubeReflectionMapping } from '../constants.js';
import { CompressedTexture } from './CompressedTexture.js';
class CompressedCubeTexture extends CompressedTexture {
constructor( images, format, type ) {
super( undefined, images[ 0 ].width, images[ 0 ].height, format, type, CubeReflectionMapping );
this.isCompressedCubeTexture = true;
this.isCubeTexture = true;
this.image = images;
}
}
export { CompressedCubeTexture };

Xet Storage Details

Size:
448 Bytes
·
Xet hash:
1a05707c791dae3e3a1cbb7094d56d8164eba18bb7dba4e7f726ed237b6ff112

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.