A control group at daytime:
- almost invisible at night
- color fades in NVG and TIs
- invisible through some sights
- invisible through some vehicle glass
A control group at daytime:
in 2.18 RC:
onEachFrame { _width=20; _beg = player modelToWorld [-50,100,5]; _endR = player modelToWorld [50,100,5]; _endG = player modelToWorld [50,100,10]; _endB = player modelToWorld [50,100,15]; drawLine3D [_beg, _endR, [1,0,0,1],_width]; drawLine3D [_beg, _endG, [0,1,0,1],_width]; drawLine3D [_beg, _endB, [0,0,1,1],_width]; drawIcon3D ["",[1,0,0,1],_endR,0,0,0,"Red"]; drawIcon3D ["",[0,1,0,1],_endG,0,0,0,"Green"]; drawIcon3D ["",[0,0,1,1],_endB,0,0,0,"Blue"]; };
Status | Assigned | Task | ||
---|---|---|---|---|
New | None | T184653 drawLine3D visibility issues: at night, through sights, and more | ||
Acknowledged | None | T66225 drawLine3D not visible through mh-9 and ah-9 glass |