Buckets:
| import { Texture } from './Texture.js'; | |
| class CanvasTexture extends Texture { | |
| constructor( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy ) { | |
| super( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy ); | |
| this.isCanvasTexture = true; | |
| this.needsUpdate = true; | |
| } | |
| } | |
| export { CanvasTexture }; | |
Xet Storage Details
- Size:
- 361 Bytes
- Xet hash:
- 580370e4eaa2289a6c049d1f92921c773cc7f0cf43324ef1d375bdc00919e2bb
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.