Replaced image for consistency
commited
commit
8cb4dc4614afe37ce15ebf7df85821d7045fc888
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 | Given a screen coordinate, outputs the start and end points of a line going through that point (2 and 400 units away from the camera, respectively). That might sound weird, but usually you'll just wire those points into a [[Raycast]] to find the object the user tapped! |
2 | 2 | |
3 | [[/uploads/Screen_To_World.png]] |
|
3 | [[/uploads/Screen To World.png|width=336px,alt=Screen To World]] |
|
4 | 4 | |
5 | 5 | # Notes |
6 | 6 | Due to a technical issue, still to be fixed, the output lags by one frame. I.e. if you Set Camera on frame N, then this block's output will change on frame N+1. |