RHS Feedback - USAF
View Issue Details
0002763USAF[All Projects] Generalpublic2016-11-15 17:132016-11-15 20:42
VKing 
reyhard 
noneminoralways
resolvedfixed 
 
0.4.2 
No
1.64
No
0002763: RQ-11 - Camera helper object isn't hidden
The RQ-11 creates a helper object (Sign_Sphere25cm_F) that is both the position the drone orbits and the point the camera looks at.
This helper object is however visible, both in the camera and to other players. It can be seen whipping around the place as the camera position is moved.
Assemble RQ-11
Open Camera view
Observe yellow sphere in the middle of the camera
(On server, with another person controlling the camera) Observe the sphere move around.
The problem seems to stem from the sphere being created as a global vehicle (createVehicle) but using a local function to hide it (hideObject).
A solution could be to either create a local vehicle or use the hideObjectGlobal command instead.
No tags attached.
Issue History
2016-11-15 17:13VKingNew Issue
2016-11-15 20:42reyhardNote Added: 0005526
2016-11-15 20:42reyhardStatusnew => resolved
2016-11-15 20:42reyhardFixed in Version => 0.4.2
2016-11-15 20:42reyhardResolutionopen => fixed
2016-11-15 20:42reyhardAssigned To => reyhard

Notes
(0005526)
reyhard   
2016-11-15 20:42   
thanks for detailed report. it was easy to fix it with all those informations :)