YouGroove Posted March 16, 2014 Share Posted March 16, 2014 Shader have some problem as it draws little squares on surface. Texture is plain color white and no normal map using diffuse shader only : Transition from shadows don't seem to draw rectangles. I noticed same small rectangles draws on transparent textures also. Same problem with developper textures : Stop toying and make games Link to comment Share on other sites More sharing options...
Josh Posted March 16, 2014 Share Posted March 16, 2014 It's shadow acne: http://msdn.microsoft.com/en-us/library/windows/desktop/ee416324%28v=vs.85%29.aspx Call World:SetLightQuality(2) to get rid of it. 2 My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts