Repeat RT N times with accumulated step/scale/rotation/fade
A written guide for this node is coming soon. The port reference below is generated from the app itself and always up to date.
Input ports
| Port ID | Type |
Render Texture | RenderTexture |
Repeat Count | int |
Step X | float |
Step Y | float |
Step Scale | float |
Step Rotation | float |
Fade per Repeat | float |
Phase | float |
Mirror | bool |
Tint | Color |
Tint per Repeat | float |
Output ports
| Port ID | Type |
Render Texture | RenderTexture |
Scriptable members
| Path | Type |
countInput | int |
stepXInput | float |
stepYInput | float |
stepScaleInput | float |
stepRotInput | float |
fadeInput | float |
phaseInput | float |
mirrorInput | bool |
tintStepInput | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "RTRepeat" })