在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
类说明 图像渲染 CARenderImage 方法
CARenderImage 方法说明 返回值:void 参数: 解释:访问 返回值:void 参数: 解释:显示 static CARenderImage* create(int w ,int h, CAImage::PixelFormat eFormat, GLuint uDepthStencilFormat); 返回值:CARenderImage* 参数:
解释:创建,指定Format和DepthStencilFormat static CARenderImage* create(int w, int h, CAImage::PixelFormat eFormat); 返回值:CARenderImage* 参数:
解释:创建,指定Format static CARenderImage* create(int w, int h); 返回值:CARenderImage* 参数:
解释:创建 bool initWithWidthAndHeight(int w, int h, CAImage::PixelFormat eFormat); 返回值:bool 参数:
解释:初始化指定格Format bool initWithWidthAndHeight(int w, int h, CAImage::PixelFormat eFormat, GLuint uDepthStencilFormat); 返回值:bool 参数:
解释:初始化指定格Format和DepthStencilFormat void printscreenWithView(CAView* view); 返回值:void 参数:
解释:截图并指定view void printscreenWithView(CAView* view, DPoint offset); 返回值:void 参数:
解释:截图并指定view和offset void printscreenWithView(CAView* view, const CAColor4B& backgroundColor); 返回值:void 参数:
解释:截图并指定view和backgroundColor void printscreenWithView(CAView* view, DPoint offset, const CAColor4B& backgroundColor); 返回值:void 参数:
解释:截图并指定view、offset和backgroundColor void clear(const CAColor4B& backgroundColor); 返回值:void 参数:
解释:清除背景颜色 void clearDepth(float depthValue); 返回值:void 参数:
解释:清除depthValue void clearStencil(int stencilValue); 返回值:void 参数:
解释:清除Stencil bool saveToFile(const char* szFilePath); 返回值:bool 参数:
解释:保存到文件 void listenToBackground(CAObject *obj); 返回值:void 参数:
解释:监听背景 void listenToForeground(CAObject *obj); 返回值:void 参数:
解释:监听前景 unsigned int getClearFlags() const; 返回值:unsigned int 参数: 解释:获取清除的标志 void setClearFlags(unsigned int uClearFlags); 返回值:void 参数:
解释:设置清除的标志 const CAColor4F& getClearColor() const; 返回值:const CAColor4F& 参数: 解释:获取清除的颜色 void setClearColor(const CAColor4F &clearColor); 返回值:void 参数:
解释:设置清除的颜色 返回值:float 参数: 解释:获取清除的深度 void setClearDepth(float fClearDepth); 返回值:void 参数:
解释:设置清除的深度 返回值:int 参数: 解释:获取清除的模板 void setClearStencil(float fClearStencil); 返回值:void 参数:
解释:设置清除的模板 返回值:bool 参数: 解释:查看是否自动显示 void setAutoDraw(bool bAutoDraw); 返回值:void 参数:
解释:设置自动显示 |
请发表评论