FovTracksGetFovForFrame Method |
Gets interpolated FieldOfView value for the specified frame (you can also specify fractions between frames - for example targetFrame = 1.245)
Namespace: Ab3d.File3dsAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public double GetFovForFrame(
double targetFrame
)
Parameters
- targetFrame
- Type: SystemDouble
targetFrame as double
Return Value
Type:
DoubleFieldOfView as double
See Also