Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBaseCameraMotion::getFov Method
Syntax
C++
virtual bool getFov(double& size);

Returns the current field of view angle of the camera. The method fills a passed value with the field of view angle then returns it to a calling subroutine.

Parameters
Description
size
[out] A placeholder for the camera field of view angle.

Returns true if the camera's field of view should be taken into account during the animation; otherwise returns false.

This method should be re-implemented and return true if you want to handle the camera field of view during the animation. Default implementation returns false.

Copyright © 2002-2022. Open Design Alliance All rights reserved.