The "vngen_perspective_shader_start" Function
#
SyntaxArgument | Type | Description |
---|---|---|
shader | shader | The shader to perform |
fade | real | Sets the length of time to fade shader in, in seconds |
ease | integer/macro | Optional: Sets the ease mode for fade transition |
#
DescriptionApplies a shader with optional fade in transition. Shaders are written externally and can be used to modify the color and position of vertices and/or pixels.
important
Some shaders require extra input values to function properly. These values must be set externally with vngen_set_shader_*
scripts.
See Shaders for a list of included shaders.