Texture Lookup Float3#
MDL Identifier: support_definitions::lookup_float3
Description: Returns a value from a bitmap texture
Display Name |
Type |
Parameter |
Default |
Description |
---|---|---|---|---|
tex |
|
|
||
coord |
|
|
|
UV input |
wrap_u |
|
|
|
wrap_clamp, wrap_repeat, wrap_mirrord_repeat, wrap_clip |
wrap_v |
|
|
|
wrap_clamp, wrap_repeat, wrap_mirrord_repeat, wrap_clip |
crop_u |
|
|
|
The crop parameters further define a sub-range on the texture that is actually used and that defines the normalized texture space in the range [0, 1). The crop parameter defaults float2(0.0, 1.0) corresponds to the whole texture in the corresponding axis. |
crop_v |
|
|
|
The crop parameters further define a sub-range on the texture that is actually used and that defines the normalized texture space in the range [0, 1). The crop parameter defaults float2(0.0, 1.0) corresponds to the whole texture in the corresponding axis. |