API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdBaseCameraMotion Class > OdBaseCameraMotion Methods > OdBaseCameraMotion::getTarget Method
OdBaseCameraMotion::getTarget Method
Syntax
C++
virtual bool getTarget(OdGePoint3d& target);
Parameters 
Description 
OdGePoint3d& target 
[out] A placeholder for the camera target.  

Returns true if the camera target should be taken into account during the animation; otherwise returns false.

Returns the current camera target. The method fills a passed point with the camera target point then returns it to a calling subroutine.

This method should be re-implemented and return true if you want to affect the camera target during the animation. Default implementation returns false.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.