pac3 icon indicating copy to clipboard operation
pac3 copied to clipboard

OBJ loading text should obey draw distance

Open Cynosphere opened this issue 4 years ago • 4 comments
trafficstars

Cynosphere avatar Mar 15 '21 21:03 Cynosphere

Could even make it less than the draw distance; 200 should be sufficient

thegrb93 avatar Mar 15 '21 23:03 thegrb93

Which loading text? The loading text in the model parts are drawn inside the model drawing code during loading, so it should be tied to the model's draw distance.

CapsAdmin avatar Mar 21 '21 18:03 CapsAdmin

Would be great if there was a distance threshold because that text rendering hogs cpu-time and draws through objects.

thegrb93 avatar Mar 21 '21 23:03 thegrb93

In my mind I'm thinking it's a bit low priority as it doesn't show for that long. It makes sense to draw text through objects though, otherwise you wouldn't be able to read it.

It's a little messy though, I think if i were to make this today I would make it a minimal loading wheel that shows more info when looking at it directly or something.

CapsAdmin avatar Mar 21 '21 23:03 CapsAdmin