shaddatic / sa2b-render-fix

A C mod for Sonic Adventure 2 PC focused on repairing, restoring, recreating, and enhancing the graphics and rendering of the vanilla game
17 stars 0 forks source link

Iron Gate lighting #71

Closed user18081972 closed 7 months ago

user18081972 commented 7 months ago

The lighting in Iron Gate becomes bad (imo) when Fix Model Tints is on (also Match Dreamcast tint). It creates an ugly seam on the floor where the lighting hard cuts brighter, and then darker again. OFF ON

shaddatic commented 7 months ago

This is likely caused by the Ginja model format being awful. To fix various tinting issues, I set Ginja models to use a default diffuse value, which is fine if every model set its own diffuse value; however it doesn't.

Not sure what to do about it, I'll experiment around to see if there's a solid solution without breaking the Ginja tinting issue

shaddatic commented 7 months ago

This was fixed in the last commit

user18081972 commented 7 months ago

Awesome its working, thank you.