NucleoidMC / Elytron

An elytra trail avoidance minigame for Minecraft.
MIT License
1 stars 1 forks source link

Trail positions should be interpolated #4

Closed haykam821 closed 2 years ago

haykam821 commented 2 years ago

Currently, trail positions are calculated every tick. However, if a player skips a block between ticks, the trail will become disjunct. Interpolating the trail between the position of the player in the last and current tick would reduce disjunct trails.