download
raw
523 Bytes
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const THREE = require("three");
class CompressedArrayTexture extends THREE.CompressedTexture {
constructor(mipmaps, width, height, depth, format, type) {
super(mipmaps, width, height, format, type);
this.isCompressedArrayTexture = true;
this.image.depth = depth;
this.wrapR = THREE.ClampToEdgeWrapping;
}
}
exports.CompressedArrayTexture = CompressedArrayTexture;
//# sourceMappingURL=CompressedArrayTexture.cjs.map

Xet Storage Details

Size:
523 Bytes
·
Xet hash:
fc52dd0cd7007a555486a5691e84ae9423a7a147e3da840d9aa784ea045705be

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