Welcome![Sign In][Sign Up]
Location:
Search - opengl texture map

Search list

[OpenGL programopenglexample5

Description: 一个实现了纹理贴图立体效果的opengl程序,在这个程序中你将开始学习如何实现纹理贴图,效果很不错!-a texture map to achieve a three-dimensional effect of opengl procedures, In this process you will begin to learn how to achieve texture map, the effect is pretty good!
Platform: | Size: 44032 | Author: 张阳 | Hits:

[OpenGL programtexturegen

Description: 快速创建基于高度图的纹理。方便在OpenGL中渲染高度图heightmap-rapid creation of the basis of a high degree of texture map. Facilitate the OpenGL highly exaggerated map heightmap
Platform: | Size: 876544 | Author: 郭剑 | Hits:

[OpenGL programjinzita-OPENGL

Description: 金子塔群的模拟图,有光线变化,简单人机交付.使用了雾效,纹理,混合等.-gold Groups simulated map, the light changes, the simple man-machine delivery. Use the fog effect, texture, such as mixed.
Platform: | Size: 367616 | Author: 苦果心 | Hits:

[OpenGL programMultiTexturing_OGL

Description: OpenGL多纹理贴图代码。 通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。 OpenGL Multi-texture sourcecode. By using multi-texture mapping, more 3D image effect can be got.-more OpenGL texture mapping code. Through a multi-texture mapping, OpenGL performance can be more image display effects, and strengthen the material objects flu. OpenGL Multi-texture sourcecode. By using intercommunication ti-texture mapping, more 3D image effect can be got.
Platform: | Size: 462848 | Author: bbsqqbbs | Hits:

[OpenGL programMap

Description: 用opengl绘制地图 是用纹理渲染的,很炫哦!-Use opengl texture mapping is a rendering,很炫Oh!
Platform: | Size: 5120 | Author: 颓男 | Hits:

[Graph Drawingvbogl12.tlb

Description: OpenGL是一种三维图形开发标准,是从事三维图形开发工作的必要工具,其稳定性、可靠性、可扩展性等特点,赋予了其强大的生命力和应用前景,OpenGL已经广泛应用于在CAD/CAM/CAE、医学图像处理、虚拟现实、娱乐、广告等领域。 正在装载数据…… 本文就如何利用VB结合OpenGL来开发三维地质构造图的基本步骤进行了详细地介绍,其中对像素格式的设定以及光照和材质的设置进行了详细的描述。-OpenGL is a three-dimensional graphics development standards, is to engage in three-dimensional graphics development work necessary tools, and its stability, reliability, scalability and other features, given its strong vitality and prospects, OpenGL has been widely used in CAD/CAM/CAE, medical image processing, virtual reality, entertainment, advertising and other fields. Loading data ... ... This article on how to use VB to develop three-dimensional combination of OpenGL geological map in detail the basic steps to introduce them to the pixel format settings, as well as light and texture of the settings described in detail.
Platform: | Size: 192512 | Author: 风尘小子 | Hits:

[3D Graphicvp_bump_map

Description: This sample illustrates how to do a DOT3 bump map in Vega Prime. The BumMapper is the key class which loads the specified base and normal map textures. The internal bump mapping approach is based on the DOT3 bump mapping using OpenGL texture environment extensions that are similar in functionality to register combiners.
Platform: | Size: 15360 | Author: bobovip | Hits:

[OpenGL programtexture

Description: 这是 OPENGL 贴图的实例,适合于新手的使用-This is an example of OPENGL map, suitable for the use of new
Platform: | Size: 591872 | Author: zhaobin | Hits:

[OpenGL programMap

Description: 利用OpenGL根据.raw作为高度图文件绘制地形,按键f为GL_FILL模式,按键l为GL_LINE模式,m为纹理贴图的地形,c为自己设置颜色的地形,h和t切换不同的地形.-The use of OpenGL in accordance with. Raw height map as a document mapping the topography, key f for GL_FILL mode l for GL_LINE mode button, m for the texture mapping of the terrain, c the color settings for their own terrain, h and t switch different terrain.
Platform: | Size: 8306688 | Author: 程代宗 | Hits:

[OpenGL programTutorial_10_Texture_Mapping

Description: VC下的opengl程序,第十章:opengl纹理贴图。opengl中入门最难的一步。要想实现类似google earth上地图纹理的叠加,从纹理贴图学起吧!-VC under opengl procedures, Chapter X: opengl texture mapping. Introduction to opengl in the most difficult step. Google earth to achieve a similar texture superimposed on the map, texture mapping to learn from it!
Platform: | Size: 238592 | Author: 杨建顺 | Hits:

[OpenGL programintro_ogl

Description: Programming with OpenGL: An Introduction OpenGL, the standard software interface for graphics hardware, allows programmers to create interactive 2D and 3D graphics applications on a variety of systems. With OpenGL you can create high-quality color images. OpenGL makes it easy to build geometric models, change the viewing position, control the color and lighting of geometric primitives, and manipulate pixel and texture map images.
Platform: | Size: 458752 | Author: SS | Hits:

[OpenGL programLesson06

Description: opengl实例教你学习学习Texture Map纹理映射(贴图)-opengl examples teach you to learn from texture mapping Texture Map (map)
Platform: | Size: 49152 | Author: | Hits:

[OpenGL program22

Description: 从高程图(digital elevation map)读取地【例程2】形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through the OpenGL rendering terrain and the terrain texture map. Terrain also asked roaming, you can view past and move around to observe after the terrain.
Platform: | Size: 13138944 | Author: Jiajun | Hits:

[OpenGL program684181

Description: OpenGL纹理贴图 给立方体六个面贴图 -OpenGL texture map to cube six surfaces map
Platform: | Size: 487424 | Author: 张林 | Hits:

[OpenGL programatomization

Description: 本文档实现opengl的纹理贴图,光照,摄像机漫游,含有随机球和迷宫,含有三种物体贴图,三种光源的切换-This document realize opengl texture map, illumination, camera roaming, has random ball and maze, contains three kinds of object map, three of the light switch
Platform: | Size: 7168 | Author: 王雁 | Hits:

[OpenGL programvp_bump_map

Description: 利用VP也OPENGL混合编程开发BumMapper功能-This sample illustrates how to do a DOT3 bump map in Vega Prime. The BumMapper is the key class which loads the specified base and normal map textures. The internal bump mapping approach is based on the DOT3 bump mapping using OpenGL texture environment extensions that are similar in functionality to register combiners.
Platform: | Size: 571392 | Author: dawinluo | Hits:

[OpenGL programglutmapdemo

Description: 利用OpenGL实现纹理地图贴图,改程序利用glut库开窗口,可以移植到支持opengl的嵌入式图形平台-OpenGL texture map to achieve the use of maps, change the program to use the glut library to open the window, can be ported to support embedded graphics platform opengl
Platform: | Size: 4395008 | Author: niejiankun | Hits:

[OtherRoys

Description: vs下用opengl写的包含移动旋转缩放的纹理贴图小程序-vs written using opengl texture map that contains the mobile rotation scaling applet
Platform: | Size: 1560576 | Author: 滕龙 | Hits:

[OpenGL programatomization

Description: 本文档实现opengl的纹理贴图,光照,摄像机漫游,含有随机球和迷宫,含有三种物体贴图,三种光源的切换-This document realize opengl texture map, illumination, camera roaming, has random ball and maze, contains three kinds of object map, three of the light switch
Platform: | Size: 7168 | Author: heydono | Hits:

[OpenGL programOpenGL绘制球体

Description: OpenGL利用三角面片逼近绘制球体,纹理贴图实现可旋转的地球效果(OpenGL uses triangle patch to draw sphere and texture map to achieve rotatable earth effect)
Platform: | Size: 2703360 | Author: 民国qinian | Hits:
« 12 3 4 »

CodeBus www.codebus.net