hogsy / jaded

A repository for raising any tickets relating to Jaded, the Community Patched Jade Engine. There is no code here.
https://oldtimes-software.com/jaded/
1 stars 0 forks source link

Remove The Tris Limit Warning In The Log #26

Closed MaeDaGoof closed 1 year ago

MaeDaGoof commented 1 year ago

When importing or loading a model in a world that has more than 3000 tris, it will give the warning shown in the screenshot below, it does not cause any issues and it still loads everything without a problem, but it may cause issues later on if there is more going on than just the log message, but if not, overall removing the message would be good, it is practically useless if the models work anyway.

If anything, i suggest modifying the message to show the actual tri limit and that going over it could cause issues. image

hogsy commented 1 year ago

Done, will be included under v0.2.0 - the warnings were just some arbitrary hard-coded limit. Probably just to make sure the artists kept things within the margin for the hardware targets. In theory, I could've just probably made it match the 3D view tri limit, but meh...