download
raw
440 Bytes
import { CompressedTexture, CubeReflectionMapping } from "three";
class CompressedCubeTexture extends CompressedTexture {
constructor(images, format, type) {
super(void 0, images[0].width, images[0].height, format, type, CubeReflectionMapping);
this.isCompressedCubeTexture = true;
this.isCubeTexture = true;
this.image = images;
}
}
export {
CompressedCubeTexture
};
//# sourceMappingURL=CompressedCubeTexture.js.map

Xet Storage Details

Size:
440 Bytes
·
Xet hash:
7c426fc0c03d311873a941124a57f69e7a85cd29b6eed44dd72d1e358c01260d

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