The '''UVWProceduralTexture3D''' component is used to create a default RGB cube that any XYZ coordinate corresponds to the same RGB color. This works as long as if <code>ValueOffset</code> is left at 0 and <code>ValueMultiplier</code> is left at 1. This means if it is plugged into a [[Component:LUT Material]], it will not modify the colors seen through the material.
The '''UVWProceduralTexture3D''' component is used to create a default RGB cube that any XYZ coordinate corresponds to the same RGB color, as a [[Texture3D]]. This works as long as if <code>ValueOffset</code> is left at 0 and <code>ValueMultiplier</code> is left at 1. This means if it is plugged into a [[Component:LUT Material|LUT Material]], it will not modify the colors seen through the material.
== Fields ==
== Fields ==
Line 23:
Line 23:
== Usage ==
== Usage ==
Attach to a slot and insert into either a [[Component:VolumeUnlitMaterial]] or a [[Component:LUT Material]] to view what it looks like or how it modifies colors.
Attach to a slot and insert into either a [[Component:VolumeUnlitMaterial|VolumeUnlitMaterial]] or a [[Component:LUT Material|LUT Material]] to view what it looks like or how it modifies colors.
== Examples ==
== Examples ==
Latest revision as of 22:14, 19 October 2025
Component image
UVW Procedural Texture 3D component as seen in the Scene Inspector
The UVWProceduralTexture3D component is used to create a default RGB cube that any XYZ coordinate corresponds to the same RGB color, as a Texture3D. This works as long as if ValueOffset is left at 0 and ValueMultiplier is left at 1. This means if it is plugged into a LUT Material, it will not modify the colors seen through the material.
If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes.