You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, nice project!
I was quickly looking at your Desert Racing demo and your API and I don't see any support for LODs and culling optimizations, is this implemented or is it in the plans?
Best
The text was updated successfully, but these errors were encountered:
Hi there! The Desert Racing demo uses a very simple type of culling where objects are not rendered if they too far from the car. General LOD's and culling is not in the plans.
Hi there! The Desert Racing demo uses a very simple type of culling where objects are not rendered if they too far from the car. General LOD's and culling is not in the plans.
Oh I see, Yes, I saw the simple culling when changed the camera projection, but I was not sure if that was the only one and if there was plans to implement it more generally.
Regarding LODs, it's only changing models at runtime based on size over screen, any tips about what classes can I use for implementing this? My initial idea is loading all the model LODs at startup and just making visible/invisible the ones I want but would need a way to know how much pixel space is using a model over the screen, or using a distance/bounding box approach.
Hello, nice project!
I was quickly looking at your Desert Racing demo and your API and I don't see any support for LODs and culling optimizations, is this implemented or is it in the plans?
Best
The text was updated successfully, but these errors were encountered: