搜索资源列表
OpenGL 例程
- OPENGL的几个简单例子 分别从颜色 光照 简单纹理 几个方面做出了解释-OpenGL few simple examples from simple color light texture made several explanations
openglbasicknow
- 很基础的,适合初学者. 包含背景简介 一个简单的例子使用颜色 坐标变换 堆栈操作 显示例表使用光照和材质纹理映射 特殊效果操作 曲面和曲线NURBS曲线和曲面 二次几何体像素操作 动画制作菜单管理-very foundation. for beginners. Background briefings included a simple example using color coordinate transformation stack operating table shows ca
BeginningOpenGLgameprogramming
- 英文原名:Beginning OpenGL game programming 中文:OpenGL游戏编程 本书分为两部分,首先是OpenGL的基础知识,内容包括OpenGL库函数、WGL简介、图元处理、变换和矩阵、颜色和灯光的渲染以及纹理映射 第二部分内容包括一些OpenGL的高级功能特性,内容涉及OpenGL的功能扩展、高级纹理映射,如何提高性能以及OpenG缓冲区的知识。-English version : Beginning OpenGL game programming Chi
anytex_demo_src
- anytex_demo_src.zip anyTex - a class for non-restrictive textures in OpenGL anyTex is a class allowing you to load a bitmap of a given color depth from a file and think of it as texture with no restrictions (of course, limited by the computer res
test9
- Welcome to Tutorial 9. By now you should have a very good understanding of OpenGL. You ve learned everything from setting up an OpenGL Window, to texture mapping a spinning object while using lighting and blending. This will be the first semi-advance
09_Transparent.rar
- 使用OpenGL载入纹理,并在旋转的物体上贴图并打上光线以及混色(透明)处理。在3D场景中移动位图,并去除位图上的黑色象素(使用混色),着为黑白纹理上色。,The use of OpenGL texture loading, and rotating objects in the map and marked with light and color (transparent) to deal with. Mobile 3D scene in the bitmap and bitmaps to
Light1
- 设定光照模式、光源颜色及材质的组合变换,使用vc编写的opengl程序-Set light mode, light source color and texture combination of transformation, vc prepared using opengl program
3DComputerGraphicsAMathematicalIntroductionWithOpe
- 本书是关于计算机图形学利用OPENGL进行绘图的原版英文书籍,本书详细介绍了OpenGL相关数学知识,读者通过对本书的阅读可以更清楚地知道怎样运用各类OPENGL函数,对更进一步地学习opengl有很好的理论指导。读者可以在书的preface里面找到下载该书籍相关源代码的网站地址。第一章是介绍,第二章是视图和转换(包括二维和三维)的数学基(Transformations and Viewing),第三章是光照和着色的数学基础(Lighting, Illumination, and Shading
OpenGL
- OpenGL基础知识文档资料,讲解颜色,灯光,纹理,建模,特殊光处理等。-Basic knowledge of OpenGL documentation to explain the color, lighting, texture, modeling, special treatment, such as light.
ball
- 用C语言实现显示出一个旋转的球,该球是三维的且有纹理和色彩-Using C language shows a rotating ball, the ball is three-dimensional texture and color and there is
texsurf
- 以上程序运行结果是一个带纹理的曲面,曲面是彩色的-The above result is a program to run with the surface texture, surface color of
Map
- 利用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 map
Star
- 在3D场景中移动位图,并去除位图上的黑色象素(使用混色)。接着为黑白纹理上色,创建丰富的色彩,并把上过不同色彩的纹理相互混合,得到简单的动画效果。-In the 3D scene to move the bitmap, and remove the black pixels on a bitmap (using blending). Then the black and white texture color, to create rich colors, and to having had t
REDBOOK
- OpenGL 程序指导红皮书,Color Plates Glossary (not included in this version) -OpenGL Programming Guide or The Red Book About This Guide Chapter 1: Introduction to OpenGL Chapter 2: Drawing Geometric Objects Chapter 3: Viewing Chapter 4: D
intro_ogl
- 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
proyeksi
- In substance, Computer Graphics is a process of transformation from the 3D model object in the form of information geometric shape, pose information, color, texture, and lighting into a 2D image
texture
- 用简单的c语言实现opengl的纹理贴图功能,包含颜色,亮度等数据-The opengl texture mapping with a simple c language features, including color, brightness and other data
Color-the-square
- 用opengl 实现多个彩色正方形同时旋转,纹理清晰,是学习opengl语言的好代码。-Use opengl color square rotation, texture clear, learning OpenGL language code.
D3Ddemo15
- 一个综合型的Direct3D示例程序,用键盘上W,A,S,D,I,J,K,L,↑,↓,←,→12个键加上鼠标在美丽的三维空间中翱翔。包括了Direct3D初始化,DirectInput输入处理,顶点缓存,光照与材质,文字输出,颜色,纹理贴图,四大变换,网格模型,X文件载入等等知识(当然还有默认被开启的深度缓存)。-A comprehensive, Direct3D sample program using the keyboard W, A, S, D, I, J, K, L, ↑, ↓, ←,
color_assoication
- 基于glut的分层设色图生成程序。利用了颜色关联表的简单思想。-This a layered color texture generating program based on glut, taking the simple idea of color association chart.