texture
Tag: texture
Parent tag: postProcess
Attributes:
- name (string) – the texture name
- fromLibrary (string) – the library where the texture is defined
- CLEAR_LEVEL (int) – The mipmap level to clear
- CLEAR (bool) – if set to true it will clear all the texture levels
- MIPMAP (bool) – if set to true it will compute all the texture mipmap levels
Example:
<texture name="gridColor" fromLibrary="Voxels" CLEAR_LEVEL=0 /> <texture name="gridNormal" fromLibrary="Voxels" CLEAR=true />