Quick question..
I get gx,gy,gz from the dll and pass them to this
var geom = me.get_geomob(0);
geom.set_pos({ x: gx, y: gy, z: gz });
in the vehicle js.. Vehicle moves as you would expect....but as soon as I stop sending it set_pos() commands..it seems to return to where it would have been prior to me not sending the commands.
OR if you prefer... I take off, drop bomb...bomb should follow a parabola from where I 'launch' it.. instead..it's back in the hangar where I took off from?
Wierd...I continue to check my code but it seems all ok ... so far.