Install Steam
sign in
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem






On Twitter
On Youtube 



Too many seperate GMT objects.
Because of this there are too many drawcalls.
For every frame it needs to gather all these seperate objects, instead of one.
Combine all the same objects in larger groups.
Every object is 1 drawcall.
Similar object grouped to 1 object, can be drawn just as fast as one loose object.
A parking lot with 50 cars can be grouped to a few single objects.
Making them render much faster.
Just looks at the SCN file, it's huge. For every frame it needs to sort all those objects.
That's not needed.
I am a independend developer for S397, so that advice is coming from rF2 HQ