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
Last updated