Search the Community
Showing results for tags 'size'.
-
I noticed that just recently (4.4) the engine supports terrains as big as 8192x8192 if you Set exterrain=1 in the Leadwerks.cfg Awesome! Im just curious if this affects the terrain detail? Does it simply double the scale of the terrain and therefore reduce the detail by half, or does the resolution remain the same? Also, I read that the engine has not supported terrain shadows since about LE2.5, is this true? Not having terrain shadows is kind of a deal breaker for me, is there any chance this will return in the future? Thank you!
-
--Create the graphics context context=Context:Create(window,0) local font = Font:Load("Fonts/SOTRD.ttf",36) context:SetFont(font) context:SetScale(1,1) if context==nil then return end I have this in my main.lua but how do I now change the font size ? when I change the Context Scale it changes the window , too but I only want to change the font size