Rastar Posted February 9, 2014 Share Posted February 9, 2014 I am scaling planar (ie y=0) mesh patches for a simple terrain using heightmap displacement in the vertex shader. Is there a performance difference between uniform scaling mesh:SetScale(scale, scale, scale) and non-uniform one mesh:SetScale(scale, 1, scale) ? I remember reading somewhere (non Leadwerks- related) that uniform scaling would perform better, but can't actually see why. Quote Link to comment Share on other sites More sharing options...
YouGroove Posted February 9, 2014 Share Posted February 9, 2014 Generally in 3D engines, no scaling at all even on models is the best way, the faster. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.