If I add different materials on each lod do I have for each a drawcall all the time or just one drawcall depends on screensize?

1 Like

You would get drawcalls only for the LOD, that is displayed on screen. Thus, If your LOD has 1 material, it will be 1 drawcall, if it has 3 materials, it will take 3 drawcalls.

1 Like