[LUA Scripting Issue] 3d2d texts doesn't show correctly when trying to make them small.
2 replies, posted
Hello, Im trying (with 3d2d) street signs, the problem is, this happends with any font:
[T]https://lh3.googleusercontent.com/-72oMok26YVU/UZePkMvHy0I/AAAAAAAAATE/62OMFL3u158/s800/rp_evocity_v2d0002.jpg[/T]
Anyway to make the fonts readable?
P.D. It is supposed to say MAIN ST.
Reduce draw cam scale, instead of text size..
[lua]cam.Start3D2D(Pos + Ang:Up(), Ang, 0.10) --last argument is the scale.
--draw shit
cam.End3D2D()[/lua]
[QUOTE=Netheous;40688408]Reduce draw cam scale, instead of text size..
[lua]cam.Start3D2D(Pos + Ang:Up(), Ang, 0.10) --last argument is the scale.
--draw shit
cam.End3D2D()[/lua][/QUOTE]
Thanks! It worked!
Sorry, you need to Log In to post a reply to this thread.