Buckets:
ktongue/docker_container / simsite /frontend /node_modules /three-stdlib /_polyfill /Data3DTexture.cjs
| ; | |
| Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); | |
| const THREE = require("three"); | |
| class Data3DTexture extends THREE.Texture { | |
| constructor(data = null, width = 1, height = 1, depth = 1) { | |
| super(null); | |
| this.isData3DTexture = true; | |
| this.image = { data, width, height, depth }; | |
| this.magFilter = THREE.NearestFilter; | |
| this.minFilter = THREE.NearestFilter; | |
| this.wrapR = THREE.ClampToEdgeWrapping; | |
| this.generateMipmaps = false; | |
| this.flipY = false; | |
| this.unpackAlignment = 1; | |
| } | |
| } | |
| exports.Data3DTexture = Data3DTexture; | |
| //# sourceMappingURL=Data3DTexture.cjs.map | |
Xet Storage Details
- Size:
- 629 Bytes
- Xet hash:
- 89c82e15fd0b1ce5f727c011a604e38932c275fa08793e0b094006a68feb689b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.