Release 2016: SetAttitudeRotLevel ( _V(0, 0, 0) ) has no effect
|
09-06-2016 02:00 PM
|
 |
Mostly harmless
|
|
Release 2016: SetAttitudeRotLevel ( _V(0, 0, 0) ) has no effect
After setting VESSEL->SetAttitudeRotLevel ( _V(1, 0, 0) ) in one frame, setting it to 0 in another one with SetAttitudeRotLevel ( _V(0, 0, 0) ) has no effect. The previous setting is used.
|
|
Issue Details
|
Status Fixed
Priority 1 - Highest
Affected Version Revision denoted in description
Fixed Version (none)
Users able to reproduce bug
4
Users unable to reproduce bug
0
Assigned Users
(none)
Tags
(none)
|
|
09-07-2016 06:38 PM
|
 |
Donator
|
|
|
Looks like a workaround this way:
Code:
vessel->SetAttitudeRotLevel(0, 0);
vessel->SetAttitudeRotLevel(1, 0);
vessel->SetAttitudeRotLevel(2, 0);
Is known if SetAttitudeLinLevel is also affected?
|
09-10-2016 10:34 AM
|
|
Fixed in SVN r.64.
|
All times are GMT. The time now is 05:41 PM.