AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::RenderTarget类 参考

The render target. 更多...

#include <APIRenderTarget.h>

类 AnyCAD::API::RenderTarget 继承关系图:
AnyCAD::API::RenderWindow

Public 成员函数

Viewport GetViewport () const
 
Camera GetCamera () const
 
SceneEnvironment GetEnviornment () const
 
bool CaptureImage (const String &fileName)
 

详细描述

The render target.

TODO:

成员函数说明

bool AnyCAD::API::RenderTarget::CaptureImage ( const String fileName)

Save the scene as image. -since R2014UR1 @ param fileName the image file name.

返回
true if ok.
Camera AnyCAD::API::RenderTarget::GetCamera ( ) const

Get Camera

返回
Camera
SceneEnvironment AnyCAD::API::RenderTarget::GetEnviornment ( ) const

Get Environment

返回
Environment
Viewport AnyCAD::API::RenderTarget::GetViewport ( ) const

Get the view port.

返回
the view port.

该类的文档由以下文件生成: