beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ExrTexture Op



ExrTexture
Namespace: Ops.Gl.Textures

Op author: pandur

Test Patches: 1 Test
Uses library: fflate (High performance (de)compression)
Uses library: exrloader (exrloader from three.js)

load .exr floating point texture files




Inputs

EXR File (String)
Remove Alpha (boolean /Number)
Filter index (integer /Number)

Outputs

Texture (Object)
Width (Number)
Height (Number)
Channels (String)
Loading (boolean Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

EXR Texture example

use an EXR texture as image or as vertex coordinates


Patches using ExrTexture

  • Examples
  • Public
  • My Patches

Changelog


created op
2022-01-31 - pandur
added lib: fflate.js
2022-01-31 - pandur
Ops.User.pandur.ExrFile renamed to Ops.Dev.ExrTexture
2022-01-31 - pandur
added lib: exrloader.js
2022-01-31 - pandur
Ops.Dev.ExrTexture renamed to Ops.Gl.Textures.ExrTexture
2022-02-07 - pandur