How to change Text SOP color?

Hi!

I want to change a Text SOP color to white, is this only done with light in the 3D environment? by default it just appears black letters.

Thanks!

Hey Kashik,

You’ll need to color your text using a material (constant / phong / PBR MAT). You can then use a color map or change the diffuse color on the MAT. You’ll also need a light as you’ve suggested (unless you use a constant MAT). I’ve attached an example project below.

Hope it helps!
Jayson

textsopexample.toe (5.2 KB)

1 Like

Thank you!