ExrTexture Op

ExrTexture

load .exr floating point texture files



Full Name
  • Ops.Gl.Textures.ExrTexture
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by TeamJavascript Libraries
  • fflate (High performance (de)compression)
  • exrloader (exrloader from three.js)



Example Patch EXR Texture example

use an EXR texture as image or as vertex coordinates

Open In Editor

INPUT PORTS


EXR File (String)
Remove Alpha (Number: boolean)
Filter index (Number: integer) Nearest  Linear 
Flip (Number: boolean)

OUTPUT PORTS


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

 

Patches using ExrTexture

  • Examples
  • Public
  • My Patches

Changelog


newcreated opuser avatarpandur - 2022-01-31 15:17
improvementDon't crash on wrong fileformat, show exception error message in op paramsuser avatarpandur - 2025-03-04 14:49