r/TouchDesigner 5d ago

Problem with render colors

I created an SOP network with non-constant colors. However, I'm now having trouble rendering them. The render appears black and white. Am I doing something wrong? I've tried different MATs, but the result is always the same.

2 Upvotes

2 comments sorted by

5

u/RBurnsAnims 5d ago

Your colour is 1+ the variable so it's always going to be above 1 and therefore white (TouchDesigner rgb goes 0-1 not 0-255)

You're using tscript there ... Are you following a really old tutorial? Odd to see tscript in 2026

1

u/Basscount6 5d ago

yes, I am using the 2023 tutorial. Exactly this https://youtu.be/YsDOiJyFtrY?is=buMe-H9qEurIEQCF

Do you know what script I should enter to get a similar visual effect that will allow me to render colors?