Load Texture From File
Loads Texture from asset

/**
* Node that loads a texture from an external image file.
*
* Imports texture data from disk files (PNG, JPG, TGA, etc.)
* with configurable compression and color space settings.
*
* Usage:
* 1. Browse to select an image file
* 2. Configure texture settings
* 3. Output provides the loaded texture
*/Parameter
Description
File
FilePath
Texture asset to load
Texture Name Suffix
string
The resolution of the preview box
Compression Type
enum
The compression type to be used when loading texture
sRGB
boolean
Wether to enable sRGB
Preview Size
integer
The resolution of the preview box
Last updated
Was this helpful?