#include <AIS_AnimationCamera.hxx>#include <AIS_InteractiveContext.hxx>#include <V3d_View.hxx>// 假设你已经有了一个 AIS_InteractiveContext 实例和一个 V3d_View 实例 AIS_InteractiveContext* myContext=...;// 初始化你的 AIS 上下文 V3d_View* myView=...;// 初始化你的视图 // 创建一个相机...