Bug Closed · Invalid

Models become visible abrupting (culling issue)

#4370 opened by Unknown 2 years ago

Unknownreported this bug

It seems that models are becoming visible very abruptly and that the culling is not very smooth. The effect isn't too bad on a small scale like shown in this video, but with a lot of models and fast movement (particularly when both the player and entities are moving fast) it becomes a lot more dramatic:

https://streamable.com/59weyt

Unknowncommented

Due to network delay, that is the best Model Engine can do. You can decrease the culling interval in config, or change the culling mode. For more information, check out this wiki page

Unknowncommented

@Ticxo

Okay, there is a bigger issue that I just realized. When a player is facing away from an entity but in third person view mode looking behind them so they can see the entity then only the movement is being tracked and the animations are being culled. From my understanding this is due to the "Skip Models Behind Viewer" having cull type of "MOVEMENT_ONLY".

I suspect the only way to resolve this is to remove the culling for models behind the viewer since there is no way to know if the client is viewing behind or not. Will this cause significant performance issues?

Sign in to join the discussion.