-
基于OpenGL的虚拟主台XEM干草,马
Sach openGL hay, tai ve ma xem
- 2022-05-15 19:54:27下载
- 积分:1
-
通用的OpenGL控件,可以在此界面的图形框内用OpenGL绘制图形.并且可以调整图形颜色....
通用的OpenGL控件,可以在此界面的图形框内用OpenGL绘制图形.并且可以调整图形颜色.-this is an universal openGL control,we can draw graphics in it`s graph frame using openGL,and we can change the color of the graphics
- 2022-05-27 09:44:45下载
- 积分:1
-
CVC++图形文字识别OCR控件及示例R
简约不简单的OCR开发包图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的—要价太高;自己做—难度太大。其实微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。笔者在这里发布一个用MS_OCR做的示范程序,大家试试,识别能力还不错,并且支持多种图形格式(bmp,jpg,tif)。
- 2022-03-10 18:15:46下载
- 积分:1
-
c++ 结合opengl开发的简单3D绘图
c++ 结合opengl开发的简单3D绘图-c++ combination opengl developed a simple 3D graphics
- 2022-07-08 09:33:32下载
- 积分:1
-
生成三维喷泉,能进行三维的旋转,效果不错
生成三维喷泉,能进行三维的旋转,效果不错-Generate three-dimensional fountain, capable of three-dimensional rotation, the effect of good
- 2023-08-24 12:15:04下载
- 积分:1
-
qt嵌入osg
使用QGraphicScene 可以把Qt窗口直接和osg场景一起渲染,自己不想使用那个QGraphicsViewAdapter,所以就研究了一下,还好最后终于是弄出来了。所有的Qt窗口直接使用addWidget添加到Scene中就可以,使用灰常方便。
- 2022-03-21 04:28:11下载
- 积分:1
-
3D openGL 漫游
这是一个在3D场景中进行漫游的系统,可以以中心为一点任意的旋转地球。该系统是基于MFC和OPENGL框架的,并且加载了地形。
- 2022-10-18 22:45:14下载
- 积分:1
-
linux下opengl加载.ms3d模型
该源码是在linux下用opengl库编程实现的.ms3d文件格式的三维模型的加载,包括纹理贴图。
- 2022-07-12 10:13:17下载
- 积分:1
-
Sierpinski海绵自己画的(分形)在VS2005调试通过的程序…
自编的画Sierpinski海绵(分形)的程序,在VS2005下通过调试,需要系统装有OpenGL。-Sierpinski sponge own paintings (fractal) procedures adopted in the VS2005 debugger, the need for systems equipped with OpenGL.
- 2022-02-12 11:36:58下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1