搜索资源列表
3Dbilliards
- 用c++编写的一个3D台球游戏,效果是opengl做的 有纹理贴图
earth
- Opengl中二次曲线绘制地球,并进行纹理贴图,得到逼真的地球模型。
OpenGLProgram
- OpenGl编程示例: VC下的OpenGL开发框架与应用举例 OpenGL中纹理贴图、滤波、光照和雾化效果编程初步 基于MFC框架的OpenGL三维图形编程
将.png格式中的宽,高和图像数据读出来,然后保存在.pnf的格式中,方便opengl纹理贴图使用
- 将.png格式的图片中的宽和高和真正的图像数据读出来保存在.pnf格式的文件中,如需在OpenGl中需要贴.png中的数据,这样可以直接使用,并且添加了MFC中的文件选择对话框,让用户进行选择
texture
- vc++的一个图形纹理贴图的程序,基于opengl的,有需要的可以用一下-vc++ a graphics texture mapping procedure, based on opengl, and those in need can be used like
SphereWorld
- VC++控制台程序下的OpenGL小程序,演示了一个三维立体世界。方法囊括了纹理贴图,以及光照处理。可能对你有参考作用。-VC++ Console Application under the OpenGL applet, presentation of a three-dimensional world. Ways to include texture mapping, as well as the light treatment. You may have as reference.
OpenGL
- OpenGL 纹理贴图 镂空效果 c-OpenGL texture mapping hollowing effect c++
water-tex
- opengl 实现水波纹理的郊果。 带有贴图-opengl implementation of rural water wave texture fruit. With map
MyOpenGLTest
- 主要实现了opengl的纹理贴图和三维操作。-Main achieved opengl texture mapping and three-dimensional operation.
1.6
- OpenGL的程序,再三维物体旋转运动的基础上,增加了物体的纹理和贴图。-OpenGL program, and then three-dimensional objects on the basis of rotation, an increase of texture and texture of objects.
opengl
- 用opengl编的,立方体旋转,纹理贴图,光照控制,按键控制-Compiled with opengl, cube rotation, texture mapping, lighting control, key control
Roys
- vs下用opengl写的包含移动旋转缩放的纹理贴图小程序-vs written using opengl texture map that contains the mobile rotation scaling applet
openGL-3D-scene
- openGL实现的简单的3D场景构建,使用与初学者,加了简单的碰撞测试,包括简单的纹理贴图,天空盒,光线效果等。(VC6环境+openGL)-OpenGL realize a simple 3D scene construction, use and beginners, plus a simple crash test, including simple texture mapping, sky boxes, lighting effects. (The VC6 environmental+o
OpenGLTexture
- 主要是用OpenGL做一个简单的天空与大地的纹理贴图,可以帮助刚刚学习OpenGL的同学更加明白如何使用OpenGL纹理功能。-The main textures using OpenGL to do a simple ground and sky, can help the students just learning OpenGL more understand how to use the OpenGL texture features.
OpenGLPimportP3DSPcode
- 实现了opengl导入3DS文件的实现,包括所有的纹理贴图和模型导入-Realized its opengl 3DS file import
earth
- 这是我的C++课程设计,用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现模拟太阳系运动。里面有论文和源码以及EXE文件。-Cplus plus kechengsheji
MagicCube_OpengGL-II
- 这是我的C++课程设计。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。-my favorite mofang sheji
Opengl中实现太阳、地球、月亮的模型
- 利用Opengl函数库,学习运用glpushmatrix、glpopmatrix绘制月、地、太阳相对运动示意图,实现基本图元的绘制、旋转等动画效果、并自学光源、纹理贴图、雾化。
SunEarthMoon
- 利用Opengl函数库,学习运用glpushmatrix、glpopmatrix绘制月、地、太阳相对运动示意图,实现基本图元的绘制、旋转等动画效果、并自学光源、纹理贴图、雾化。-Use Opengl library, learn to use glpushmatrix, glpopmatrix drawing months, the sun relative movement schematic drawing implement basic primitives, rotating anima
地形
- 用OpenGL实现的一个地形图,包含纹理贴图以及背景音乐,对初学者有帮助