Ekozmaster / NFSU2-RTX-Remix

RTX Remix mod for Need for Speed Underground 2
MIT License
99 stars 4 forks source link

Increase culling radius #97

Open adamplayer opened 10 months ago

adamplayer commented 10 months ago

The culling system is still limiting the amount of data fed into remix. Ideally it would have about double the current distance behind the player camera.

adamplayer commented 10 months ago

The current modification disables the vischeck, so now all that's left is the chunks of map loaded into memory.

In order to expand the culling radius, we'll need to figure out how the map streamer works and how to increase the number of chunks it keeps in memory.