Shader/VehicleShader/UVScroll: Difference between revisions

From North Modding Company
(Created page with "= UV Scroll Variation = This variation of the Vehicle Shader enables UV scrolling effects, which can create the illusion of movement on static objects. == Parameters == {{VehicleShaderParameters|group=OffsetUV}} == Usage == ''Instructions on how to use the UV Scroll Variation...'' == Troubleshooting == ''Common issues and solutions for this variation.''")
 
No edit summary
Line 4: Line 4:


== Parameters ==
== Parameters ==
{{VehicleShaderParameters|group=OffsetUV}}
{{VehicleShaderParameters|group=offsetUV}}


== Usage ==
== Usage ==

Revision as of 11:33, 25 February 2024

UV Scroll Variation

This variation of the Vehicle Shader enables UV scrolling effects, which can create the illusion of movement on static objects.

Parameters

offsetUV
Makes it possible to offset the UV in different directions. Type: `float4`. Default: `0.0 0.0 0.0 0.0`. Range: `-50.0 -50.0 -50.0 -50.0` to `50.0 50.0 50.0 50.0`.


Usage

Instructions on how to use the UV Scroll Variation...

Troubleshooting

Common issues and solutions for this variation.