Posts: 61
Threads: 33
Joined: Oct 2013
Reputation:
0
hello can someone please tell me how to change object texture to color i try SetObjectMaterial but didnt work
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
Color will only set a color filter to the texture not a solid color, to get a solid color you need to use SetObjectMaterial() and change the material indexes you want to edit to a solid white texture or use SetObjectMaterialText() to set a solid color.