momentum-mod / game

Momentum Mod - Standalone Source Movement Speedrunning (READ README)
https://momentum-mod.org
Other
514 stars 206 forks source link

Noticeable gap in trails shot through a portal #1795

Open hexaflexahexagon opened 2 years ago

hexaflexahexagon commented 2 years ago

Describe the bug

Any projectile with a trail shot through portals sees an obvious gap in the trail. See below: image

Related previous issue: https://github.com/momentum-mod/game/issues/1406

How To Reproduce

  1. Open map with a portal
  2. Shoot rocket/sticky/conc through it

Issue Map

Noneuclidean works and ships with the game

Expected Behavior

Trail is seamless

Operating System

Windows 10

Renderer

DX11 (default)

braem commented 2 years ago

Spritetrails do not go through portals and have to be recreated, so the gap is something we would have to refactor spritetrails heavily to interpolate going through a portal. I imagine this will be quite difficult.