Apone watching meany videos i noticed that the shadow of entities stay at night when, lit up by a player or lights and look like they were being cast by the sun.
Could we at least have them disappear at night to keep some immersion.
[15.19] Wrong shadow casting at night
-
- Manual Inserter
- Posts: 1
- Joined: Sun Jun 11, 2017 8:23 am
- Contact:
[15.19] Wrong shadow casting at night
- Attachments
-
- wight lines point out exps
- exp.png (1.67 MiB) Viewed 712 times
Re: [15.19] Wrong shadow casting at night
Hi, shadows are really important for grounding objects, for that reason they shouldn't disappear completely even at night.
As for technical side of the thing: Lot of shadows are baked into sprites with entity itself. As we are updating graphics to high resolution, we separate shadows from main sprite, but it has its own cost in increased memory requirements (in some cases) and rendering taking more time (because 2 sprites need to be rendered instead of just one).
As for technical side of the thing: Lot of shadows are baked into sprites with entity itself. As we are updating graphics to high resolution, we separate shadows from main sprite, but it has its own cost in increased memory requirements (in some cases) and rendering taking more time (because 2 sprites need to be rendered instead of just one).