10.03.2012, 14:32
If I set as 3DText's primary color "0xFFFF00AA" the text will have the set transparency, but if I use a color embedding, the transparency will be FF (I think), example:
I think it's easy to fix.
Code:
Create3DTextLabel( "Hey {FF0000}\"name\" {FFFF00}, what are you doing ?", 0xFFFF00AA, 30.0, 40.0, 50.0, 40.0, 0, 0);
I think it's easy to fix.