You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One option might be to change the way we do the fade-up at the start.
Here's some fudging I applied for SR2023 which makes the animations more usable:
sed -i "s/exposure='1'/exposure='5'/" match-*.x3d
sed -i "s/intensity='0.2'/intensity='0.8'/" match-*.x3d
sed -i "s/luminosity='0.05'/luminosity='0.25'/" match-*.x3d
sed -i 's/"1 1 1"/"50 50 50"/g' match-*.json
One option might be to change the way we do the fade-up at the start.
Here's some fudging I applied for SR2023 which makes the animations more usable: