View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0027804 | Heart Of The Machine | Graphical Bug | Apr 28, 2023 4:49 pm | Apr 28, 2023 5:07 pm | |
Reporter | Mac | Assigned To | Chris_McElligottPark | ||
Status | closed | Resolution | not fixable | ||
Product Version | 0.302 Sweet Release From Death | ||||
Summary | 0027804: Icons Offsetting From Cursor | ||||
Description | Depending on the distance and angle, the various icons shown when you're using a command or tool (dispatch icons, eye icon, etc) can detach from where the cursor actually is. This is purely a visual bug, as the interaction itself is tied to the cursor position. I'm not sure how to capture the screen in a way that shows the cursor, so sadly I can't give a picture for it. | ||||
Tags | No tags attached. | ||||
|
This is basically those icons being shown at the point where your cursor has raycasted to a target and has hit some collider. Then it moves the icon a bit toward you, and a bit upward, so that it doesn't clip into things. The results are sometimes a bit off, but typically if you look at it from the perspective of "oh it's following where my cursor ray intersects that collider," then the positioning pretty much always makes sense. It can be a tad off, but usually not as much. It feels a bit strange, because if this were a real cursor, then it would just be directly under the mouse cursor no matter what. And in some ways, this could be adjusted to be that if we really wanted to, at some point down the line. But in the style of what it is (showing the actual impact point of your raycast, but moved toward the camera), not much can really be done. |
Date Modified | Username | Field | Change |
---|---|---|---|
Apr 28, 2023 4:49 pm | Mac | New Issue | |
Apr 28, 2023 5:07 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Apr 28, 2023 5:07 pm | Chris_McElligottPark | Status | new => closed |
Apr 28, 2023 5:07 pm | Chris_McElligottPark | Resolution | open => not fixable |
Apr 28, 2023 5:07 pm | Chris_McElligottPark | Note Added: 0067621 |