Kuma-Boo / project-reignition

A remake of Sonic and the Secret Rings
Other
26 stars 5 forks source link

[BUG] Fireflies #108

Open Kuma-Boo opened 3 months ago

Kuma-Boo commented 3 months ago

Bug Description

Throughout random points of the game, white flickers (fireflies) appear throughout the level.

image

Reproduction Steps

Just play the game.

System Information

Game Version: main branch

OS/Platform: N/A

Kuma-Boo commented 1 month ago

This seems to be partially caused by compression due to the large values of vertex positions -- disabling model compression on the environments helps a bit.

However, there also seems to be a bunch of vertices that just don't line up in the source models. Fixing these for good will probably require simply editing all the models as we find model gaps.