View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0003431 | Spring engine | Lua | public | 2013-01-30 18:25 | 2013-08-25 05:09 | ||||
Reporter | gajop | ||||||||
Assigned To | jK | ||||||||
Priority | low | Severity | feature | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 91.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0003431: Spring.TraceScreenRay for offmap pointer | ||||||||
Description | Allow Spring.TraceScreenRay to return offscreen positions, just like this call-in does: function widget:WorldTooltip(ttType, data1, data2, data3) Assume the map is a plain in off-map coordinates, or something... | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
gajop (developer) 2013-01-30 18:43 |
correction, it shouldn't work like function widget:WorldTooltip(ttType, data1, data2, data3) does, as that's doing collisions with the far plane... so i'd be happy if one can either obtain map position by assuming it's a plane or by getting the map position belonging to the nearest screen pixel, or something... |