-
romanovsavelijLikes 0Problem Description
I have a problem with too big Open GL Calls counter in my 3d game. Just creating empty terrain takes me about 300 Open GL Calls!
Maybe it is caused by big HeightMap resolution (1024*1024), but I need it because if the resolution was, for example, 256*256, there would be some problems with terrain’s border.
I really don’t have an idea, how to fix it, hope you will have any advice for me.
-
Sonar Systems adminLikes 0
What happens exactly?
-
romanovsavelijLikes 0
I found out that the problem appears because of using terrain.setScale(), but thanks anyway!
-
Sonar Systems adminLikes 0
Ok cool
Login to reply