Capítulo 207 de 859
A loader for the TIFF texture format.
const loader = new TIFFLoader();
const texture = await loader.loadAsync( 'textures/tiff/crate_lzw.tif' );
texture.colorSpace = THREE.SRGBColorSpace;
Constructor
| Signature |
|---|
new TIFFLoader( manager : LoadingManager ) |
Methods
| Method | Description |
|---|---|
.parse( buffer : ArrayBuffer ) : DataTextureLoader~TexData | Parses the given TIFF texture data. |