download
raw
525 Bytes
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const THREE = require("three");
class CompressedCubeTexture extends THREE.CompressedTexture {
constructor(images, format, type) {
super(void 0, images[0].width, images[0].height, format, type, THREE.CubeReflectionMapping);
this.isCompressedCubeTexture = true;
this.isCubeTexture = true;
this.image = images;
}
}
exports.CompressedCubeTexture = CompressedCubeTexture;
//# sourceMappingURL=CompressedCubeTexture.cjs.map

Xet Storage Details

Size:
525 Bytes
·
Xet hash:
a272078cee7eff99a41a8961afd79aa52f60867ebf2027463c0b37e94617216c

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