搜索资源列表
Simple3dOpenGL
- 采用opengl实现简单的三维场景,并实现旋转缩放功能。纹理图片需与可执行文件放在同一文件夹下
chen2
- 立方体的显示、旋转并且可以在立方体上贴上图片等bmp文件
ogl_vertex_data转动的正方体的融合
- 本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体.-this program is based on the platform opengl c code, the main picture is a fusion of rotating cube.
VC++实现纹理贴图旋转立方体
- 利用VC++6.0开发环境下的OpenGL,实现将.bmp格式的图片纹理映射到生成的立方体上,并且立方体可以根据用户的要求以不同的速度不同的角度旋转,用户也可以选择自己喜爱的图片任意更换立方体六个面的纹理图,用户还可以将运行之后的可执行程序设置为自己电脑的屏幕保护程序。
opengltest1
- 使用VS2008和opengl编写的全景图像拼接程序,可以完成图像拼接的立体显示,可以旋转,缩放,控制键为空格,和上下左右的四个箭头键,以及上下翻页两个键。包括立方体,圆柱面和球面全景图的生成,附有测试图片。 -Written using VS2008 and opengl panoramic image stitching programs you can complete the three-dimensional image mosaic display, you can rotate
3Dstudy_new
- 用opengl esb编写的旋转的立方体的代码,立方体的各个面都贴了图片。-Written with opengl esb code rotating cube, each cube face images are posted.
1
- 纹理映射 旋转的立方体 6个面都载入一张图片 映射上去-Cube 6 faces are texture mapping an image
MouseAndLight
- 利用opengl和vc6.0画的旋转立方体源码 立方体各个面上加上了图片效果 可以又用户控制光照和旋转立方体的旋转的速度与角度-Opengl and vc6.0 painting using rotating cube cube source added a picture of various surface effects can also user-controlled light and rotate the cube of the speed and angle of rota
rain
- 生成一个可以自动旋转的正方体并且上面付有图片,但不完善的是6个面的图片是一样的。-Can automatically generate a rotating cube and have to pay above the picture, but the imperfect is six face images is the same.
TextureLighting
- 用OpenGL实现一个三维立体的正方体,可在正方体的不同面显示不同图片,也可一控制正方体旋转速度。-OpenGL implementation with a three-dimensional cube, cube can display different images of different surfaces, but also a control cube rotation speed.
opengl_qt_texture_mapping
- 纹理映射简单的讲,就是把一个纹理(其实说白了,纹理可以理解为一幅图像)映射到空间物体的表面上,因此纹理映射也叫贴图,这个表明不一定是矩形,比如说我可以是球面,或者是任意曲面。在上一篇文章OpenGL_Qt学习笔记之_04(3D图形的绘制和旋转)中,我们绘制的空间体的表面都是一些光滑的颜色,如果要在其表面采用那种方法绘制图像的话,则必须利用微分的思想,一个一个的绘制小图像,然后拼接起来,可想而知,这个过程是多么的复杂,opengl的纹理映射就可以很好的解决这一问题。 这个实验室在上一篇博文Op
opengl_6
- 用opengl写的海贼王魔方代码,使用的是C++,6个面的纹理图片都不一样,可以按键盘旋转魔方-Piece Cube opengl write code to use is C++ the 6 surface texture picture is not the same, you can press the keyboard rotating cube
3DView
- 一个opengl编写的立方体多重纹理程序,将图片贴在立方体的六个面上,并可以控制旋转,使切片图像三维可视化。-A written opengl the cube multitexture procedures pictures posted on the six faces of the cube, and can control the rotation of the slice images of 3D visualization.
reconstruction
- 把一系列医学B超图片,进行三维的展现,可以进行键盘操控,旋转查看-A series of medical B super pictures show three-dimensional keyboard control, rotating view
sphere-texture-
- 基于win32控制台的小程序,主要实现球面贴图的功能,没旋转放大缩小,但有接口,使用者很容易能够加进去键盘控制放大缩小旋转等。图片像素要求是2的n次方,可以自己画,这里的是128*128像素的。-Based on win32 console applet, the main achievement of the spherical mapping function, not rotating zoom, but it has an interface, the user can be easil
1Block
- OpenGl编写的一个正方体,六个面各贴一张图,共六张不同图片,可以通过方向键旋转正方体。-OpenGl prepared a cube, six faces of the paste a chart of six different pictures, you can rotate the cube using the arrow keys.
rotate-five-stars
- 使用OpenGL开发的旋转五角星图片的程序,对于相关程序的开发有借鉴作用。-Use OpenGL development of rotating pentagram pictures procedures related to the development of procedures for a reference.
terrain
- 这是关于OpenGL的一个程序。主要是为了读取图片和让图片旋转。(这个程序的运行需要OpenGL的函数库,自行在网上下载)-This is a program about the OpenGL. Mainly in order to read the image and let the picture rotation. (This program needs to run OpenGL library, your own web download)
earth
- 基于OPengl库实现了将纹理图片映射到球形物体上 显示效果旋转的地球-Based OPengl library implements the texture image mapped onto a spherical object display rotating Earth
采用openg实现简单的三维场景
- 采用OPENGL实现简单的三维场景,并实现旋转缩放功能。纹理图片需与可执行文件放在同一文件夹下(A simple 3D scene is implemented with opengl, and the rotation and scaling function is realized. The texture picture needs to be placed in the same folder with the executable file)