#type: node
#context: cop2
#internal: vexgenerate
#icon: COP2/vexgenerate
= VEX Generator =
"""Runs a VEX script on the planes it generates."""
This COP runs a VEX script on the planes it generates. The vex script
should not read from R,G,B,A, C1,C2,C3 or C4. The vex script should
write to C1, C2, C3 and C4 (components 1 to 4 of each vector).
@parameters
== VEX Generate ==
VEX Function:
The VEX script to run, with any parameter arguments you wish
to override.
Reload VEX Functions:
Reloads the VEX script. Useful if the script has been
modified and re-compiled.
@locals
[Include:coplocalvars]