Jump to content

Optimizations


photo

Recommended Posts

Posted

I've seen BSP trees are mentioned in documentation of Unigine. Is scenery automatically converted to BSP tree?
I plan to use interior scenery. And what is the reason for removing sectors/portals from Unigine?

Posted

Doom 3 uses combination of BSP trees and portals/sectors.

Posted

There is a spatial (BSP) tree under the hood that stores all the scene data in optimized way. You can use Occludes to hide some objects if required.

However, I would recommend to start thinking of optimizations once you will build the complete scene. Maybe simply setting LODs and correct visibility distances for objects will be enough and no additional steps will be required.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

Are there cases, where BSP tree creation process in background is not enough and you would have to rely on occludes?
 

Posted

It's highly depends on the overall scene objects count and how they are being placed, so it's hard to predict. You can usually see it in microprofile, when CPU times are a bit higher than expected.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...