In this screenshot, the arrow will hit the cactus immediately:
In this screenshot, the arrow will go up and over it, missing it:
But in this screenshot, the arrow will go up and over it, not hitting it, and land behind the cactus. The end point of the trajectory is incorrectly rendered in midair, at the point where the trajectory would fall behind that block. There's nothing special about that location, it's just where the player would lose sight of the arrow.
This is because it raytraces from the player to the arrow. Perhaps it should instead raytrace from the previous arrow position to the next one?
The text was updated successfully, but these errors were encountered:
leijurv
added
Bug
The issue is a fault in the expected behavior of the application
GUI
The issue is related to the GUI's in Impact
labels
Feb 26, 2019
In this screenshot, the arrow will hit the cactus immediately:


In this screenshot, the arrow will go up and over it, missing it:
But in this screenshot, the arrow will go up and over it, not hitting it, and land behind the cactus. The end point of the trajectory is incorrectly rendered in midair, at the point where the trajectory would fall behind that block. There's nothing special about that location, it's just where the player would lose sight of the arrow.

This is because it raytraces from the player to the arrow. Perhaps it should instead raytrace from the previous arrow position to the next one?
The text was updated successfully, but these errors were encountered: