Texture Import Guide
You can import textures in convenient formats (such as .tga, .jpg, .png .hdr etc.). As you import a texture via the Asset Browser, using drag and drop or the Import button, the following import settings are displayed. These settings can also be changed later via the Parameters window
Specify the following parameters:
Common Parameters#
Unchanged |
Defines whether the texture is to be used "as is" or a runtime will be created for it in accordance with the specified import options. When enabled the texture is used by the Engine and will be put to the final build "as is". E.g., you can use this option for your custom HDR texture. |
||||||
Texture Preset |
This preset determines what sort of texture is to be generated, it defines compression algorithms and color channels to be used. The list of available presets includes the following:
|
||||||
Image Type |
Type of the texture to be generated. Available options are:
|
||||||
Image Format |
Defines image pixel format: bit depth and channels used. Compressed formats are supported. The default format is RGB8. |
||||||
Mipmap Type |
Type of filtering to be used for mipmap generation. Available options are:
|
||||||
Mipmaps SRGB Correction |
Enables sRGB gamma correction for mipmaps. |
Resolution Parameters#
Width |
Texture width (a power of 2).
|
Height |
Texture height (a power of 2).
|
Other Parameters#
Texture Postfixes#
Texture postfix is important, as it defines compression algorithms and color channels to be used. Postfixes correspond to certain texture presets. The list of available postfixes includes the following ones:
- texture_alb for albedo textures (RGB - color, A - transparency).
- texture_d for diffuse textures (RGB - color, A - detail mask or transparency).
- texture_n for normal textures(RG - surface normal components).
- texture_nrgb for normal textures that store an alpha value in the B channel (RG - surface normal components, B - alpha value).
- texture_s for specular textures (RGB - reflection color, A - specular power).
- texture_sh for shading textures (R - metalness, G - roughness, B - specular, A - microfiber).
- texture_a for ambient occlusion textures (R - AO map).
- texture_h for height maps (parallax effect) (R - height map).
- texture_l for light maps (RGB - light color).
- texture_e for emission textures (RGB - glow color).
You can define default import options for a texture by simply adding a postfix to its name.
Assigning Imported Texture#
To assign the imported texture to a material you can choose one of the following ways:
- Drag the icon of the texture asset from the Asset Browser window to the destination field in the Parameters window.
- Use the button next to the destination field in the Parameters window to select the desired asset.
- Type the name of the asset to the destination field in the Parameters window manually. If an asset with the specified name exists in the project it will be shown while you type.