Welcome![Sign In][Sign Up]
Location:
Search - c opengl bmp

Search list

[OpenGL programmkOpenGLJPEGImageSDK

Description: 一个C++的类,用来存储opengl屏幕画面为JPEG,以及读取BMP、JPEG图片作为纹理,用法简单只要3行代码。-a Class C, used to store opengl screen for JPEG images, and to read BMP, JPEG as texture, use simple as three lines of code.
Platform: | Size: 2271663 | Author: 葛学东 | Hits:

[OpenGL programPrintGL_Fietiger

Description: 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写的,实现了打印的功能,但是打印线的时候特别的不清楚,还有就是在Ch4.rar中的那三个球在这里也是打印不了的(可能和OpenGL的命令有关)(我刚刚接触OpenGl,很多东西不懂,只是抄袭别人的类来用,没有深入研究过). CAp.rar 是OpenGL打印的另一种实现的方法,在Ch4.rar的基础点改写,也是抄袭了别人的原码,主要使用了一个现成的捕捉类,实现了客户区的捕捉,它存在的问题就是有时会捕捉到屏幕菜单,像打印,打印预览什么的.不过这个倒是可以打印Ch4中的那三个球.此外,还可以直接保存成BMP文件. 以上是在下拙作(姑且说是自己的吧,因为都是抄袭别人的代码,所以说的时候有点脸红).权做抛砖引玉,如遇高手,万望不吝赐教 网名:fietiger Email:fietiger@163.com -: Print.rar GL is a more common OpenGL Print code, Some of the CodeGuru on, I was the basis of the above done a little bit of change, CGLobj is to the View as a member of the They exist between the original inheritance. the same effect. Ch4.rar a book is the one above the original code, no printing function. However, he designed the relatively good (personal view) all of the mapping function is COpenGLD C complete, and the vote View Television mouth is the transformation from one type to complete the camera, so I do not know how else, just use the grindstone. NewGL.rar combination of the above two, I rewrite, and achieving the Print function, But the time line Print special unclear There is Ch4.rar of those three balls in print here is not the (possibly the life and OpenGL so) (I just Open
Platform: | Size: 331520 | Author: fietiger | Hits:

[OpenGL programvc_jiqiaoshili_part8

Description: Visual.C++程序设计技巧与实例--配套光盘 第8章 图形图像编程 本章共11个实例: 1. DPLP设备坐标和逻辑坐标的相互转换 2. DrawShapes绘制各种图形 3. GDIDemoGDI对象的访问 4. MouseDraw使用鼠标绘图 5. DlgPaint在对话框上绘图 6. OpenGLDemo使用OpenGL绘图 7. OpenGLMovie使用OpenGL实现动画效果 8. BMPDemo在客户区显示位图 9. BMP256显示256色位图 10.BMPDemo2位图的伸缩和翻转操作 11.JPGGif显示jpg和gif图象-Visual.C program design techniques and examples -- matching CD Chapter 8, graphics and video programming has a chapter an example : 1. DPLP equipment and coordinates the logical coordinates conversion 2. DrawShapes draw various graphic 3. GDIDemoGDI visit four targets. MouseDraw use a mouse Mapping 5. DlgPai nt in the dialog box on the drawing 6. OpenGLDemo use OpenGL graphics 7. OpenGLM ovie use OpenGL animation 8. BMPDemo customers in the District show bitmap 9. BMP 256 show 256 colors 10.BMPDemo2 Bitmap bitmap stretching and overturned operation 11.JPGGi f showed jpg and gif image
Platform: | Size: 342346 | Author: xixi | Hits:

[Windows Develop用C++编程实现BMP文件格式的读取

Description: 用C++编程实现BMP文件格式的读取
Platform: | Size: 1674 | Author: tosunshiny@163.com | Hits:

[OpenGL programmkOpenGLJPEGImageSDK

Description: 一个C++的类,用来存储opengl屏幕画面为JPEG,以及读取BMP、JPEG图片作为纹理,用法简单只要3行代码。-a Class C, used to store opengl screen for JPEG images, and to read BMP, JPEG as texture, use simple as three lines of code.
Platform: | Size: 2271232 | Author: 葛学东 | Hits:

[OpenGL programPrintGL_Fietiger

Description: 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写的,实现了打印的功能,但是打印线的时候特别的不清楚,还有就是在Ch4.rar中的那三个球在这里也是打印不了的(可能和OpenGL的命令有关)(我刚刚接触OpenGl,很多东西不懂,只是抄袭别人的类来用,没有深入研究过). CAp.rar 是OpenGL打印的另一种实现的方法,在Ch4.rar的基础点改写,也是抄袭了别人的原码,主要使用了一个现成的捕捉类,实现了客户区的捕捉,它存在的问题就是有时会捕捉到屏幕菜单,像打印,打印预览什么的.不过这个倒是可以打印Ch4中的那三个球.此外,还可以直接保存成BMP文件. 以上是在下拙作(姑且说是自己的吧,因为都是抄袭别人的代码,所以说的时候有点脸红).权做抛砖引玉,如遇高手,万望不吝赐教 网名:fietiger Email:fietiger@163.com -: Print.rar GL is a more common OpenGL Print code, Some of the CodeGuru on, I was the basis of the above done a little bit of change, CGLobj is to the View as a member of the They exist between the original inheritance. the same effect. Ch4.rar a book is the one above the original code, no printing function. However, he designed the relatively good (personal view) all of the mapping function is COpenGLD C complete, and the vote View Television mouth is the transformation from one type to complete the camera, so I do not know how else, just use the grindstone. NewGL.rar combination of the above two, I rewrite, and achieving the Print function, But the time line Print special unclear There is Ch4.rar of those three balls in print here is not the (possibly the life and OpenGL so) (I just Open
Platform: | Size: 330752 | Author: fietiger | Hits:

[OpenGL programSimuCenter1

Description: SimuCenter是基于C++和OpenGL技术的仿真软件系统,采用前卫的模块组态方式编辑文档,在您的轻松点击之中,便可实现复杂系统的逼真仿真。该系统目前主要用于控制领域,可用于工业生产,航空,航海,天体运行等系统的仿真,也可作为CAI教学软件使用。 -SimuCenter is based on the C and OpenGL technology system simulation software, using cutting-edge module configuration to edit documents, in your easy click, complex systems can achieve the realistic simulation. The system is mainly used to control the area can be used for industrial production, aviation, navigation, and other celestial bodies operating system simulation, CAI also can be used as teaching software use.
Platform: | Size: 605184 | Author: 潘卫华 | Hits:

[OpenGL programvc_jiqiaoshili_part8

Description: Visual.C++程序设计技巧与实例--配套光盘 第8章 图形图像编程 本章共11个实例: 1. DPLP设备坐标和逻辑坐标的相互转换 2. DrawShapes绘制各种图形 3. GDIDemoGDI对象的访问 4. MouseDraw使用鼠标绘图 5. DlgPaint在对话框上绘图 6. OpenGLDemo使用OpenGL绘图 7. OpenGLMovie使用OpenGL实现动画效果 8. BMPDemo在客户区显示位图 9. BMP256显示256色位图 10.BMPDemo2位图的伸缩和翻转操作 11.JPGGif显示jpg和gif图象-Visual.C program design techniques and examples-- matching CD Chapter 8, graphics and video programming has a chapter an example : 1. DPLP equipment and coordinates the logical coordinates conversion 2. DrawShapes draw various graphic 3. GDIDemoGDI visit four targets. MouseDraw use a mouse Mapping 5. DlgPai nt in the dialog box on the drawing 6. OpenGLDemo use OpenGL graphics 7. OpenGLM ovie use OpenGL animation 8. BMPDemo customers in the District show bitmap 9. BMP 256 show 256 colors 10.BMPDemo2 Bitmap bitmap stretching and overturned operation 11.JPGGi f showed jpg and gif image
Platform: | Size: 478208 | Author: xixi | Hits:

[Graph Drawing53607915SeaAndSky

Description: 一个在opengl下显示灰度bmp位图文件的程序,用VC++ 编写而成。很简单,适合初学者使用。-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners-Opengl shown in grayscale bitmap bmp files, use VC++ Prepared. Very simple, suitable for beginners to use.-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners
Platform: | Size: 138240 | Author: zhang | Hits:

[2D GraphicloadImage

Description: 使用c++语言运用opengl技术开发的bmp文件的导入程序-Use opengl c++ language technology development bmp file import process
Platform: | Size: 386048 | Author: 张哲 | Hits:

[Picture ViewerBMPLoader_evo

Description: This an evolutionary loader library to load your BMP images into C++ code such as OpenGL or OpenCV applications. It has some advantages over other BMPLoader libs, in fact, it can read the BMP from Mysql also.-This is an evolutionary loader library to load your BMP images into C++ code such as OpenGL or OpenCV applications. It has some advantages over other BMPLoader libs, in fact, it can read the BMP from Mysql also.
Platform: | Size: 16384 | Author: umut | Hits:

CodeBus www.codebus.net