|
CameraRotationTrackGetRotationForFrame Method |
Gets interpolated heading, attitude and bank for the specified frame (you can also specify fractions between frames - for example targetFrame = 1.245)
Namespace: Ab3d.AnimationAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void GetRotationForFrame(
double frameNumber,
out double heading,
out double attitude,
out double bank
)
Parameters
- frameNumber Double
- frame number as double (allow sub-frame animations)
- heading Double
- out: heading
- attitude Double
- out: attitude
- bank Double
- out: bank
See Also