Hi guys iv been using text3d on one of my recent projects and i can't figure out how to change the color? unfortunately its only white, any ideas? text3d.pd
-
[Text3D] can you change text color?
-
just attach a [colorRGB] object to the outlet of text3d:
e.g.:
[text3d]
|
[colorRGB 1 0 0.5] -
You should add the [colorRGB] (or just [color]) before [text3d], not after. [color] must have its outlet connect to the inlet of ]text3d], not the other way around.
-
@alexandros oh, thats true. But with @jamzywamzy1215s patch it also worked putting it after..
-
@Johnny-Mauser to be honest, I didn't check the patch of the OP...
-
Ah cheers guys, I can be so blind sometimes aha