Template:VehicleShaderParameters: Difference between revisions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<includeonly> | <includeonly> | ||
{{#switch: {{{group|}}} | {{#switch: {{{group|}}} | ||
| Scroll = | |||
; scrollPosition | |||
: Controls the scrolling position for effects such as tracks or belts. Type: `float4`. Default: `0.0 0.0 0.0 0.0`. Range: `-1.0 0.0 0.0 0.0` to `1.0 10.0 10.0 1.0`. | |||
; prevScrollPosition | |||
: The previous scrolling position. Type: `float4`. Default: `0.0 0.0 0.0 0.0`. Range: `-1.0 0.0 0.0 0.0` to `1.0 10.0 10.0 1.0`. | |||
; lengthAndRadius | |||
: Defines the length and radius for scrollable elements. Type: `float4`. Default: `2.0 0.5 0.0 0.0`. | |||
| #default = | |||
'''Please specify a valid parameter group.''' | |||
}} | }} | ||
</includeonly> | </includeonly> |
Revision as of 12:53, 25 February 2024
This template provides a detailed description of parameters used in the Vehicle Shader for Farming Simulator mods. It should be called in the following format for specific parameter groups:
{{VehicleShaderParameters|group=GroupName}}
Replace 'GroupName' with the actual name of the parameter group you wish to display.
Edit the page to see the template text.