Welcome![Sign In][Sign Up]
Location:
Search - glut

Search list

[OpenGL programOPENGL_MFC_TUTORIALS

Description: it has been assumed that the reader has a fundamental Windows programming background and is also familiar with the Microsoft Foundation Classes (MFC). The reader need not have any background in OpenGL. All the code for these tutorials has been written using Visual C++ 6.0. As we discuss each tutorial we would be using Visual C++, OpenGL and Glut libraries to create the programs. We will also create a general and reusable framework for writing OpenGL applications for Windows using MFC. This framework would be useful for writing future OpenGL programs without worrying about rewriting all the boilerplate code each time. Also note that these tutorials do not cover everything about OpenGL.
Platform: | Size: 3801088 | Author: vivek | Hits:

[.netpong

Description: pong game C++ created by danis using glut library
Platform: | Size: 75776 | Author: shoaib | Hits:

[Linux-Unixprac4

Description: Grphics sample in glut for linux, about computer graphics
Platform: | Size: 905216 | Author: orvus | Hits:

[OpenGL programOpendlLoad3ds

Description: Opengl加载3DS格式的代码。使用的是GLUT。-Opengl load 3DS format code. Using GLUT.
Platform: | Size: 258048 | Author: chbha | Hits:

[OpenGL programMFCopenglSpline

Description: MFC和OPENGL 结合的例子,使用GLUT。-MFC and OPENGL with examples of the use of GLUT.
Platform: | Size: 44032 | Author: chbha | Hits:

[OpenGL programproj1

Description: 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(reflex convex)处的顶点坐标。 2.下面考虑修改各顶点颜色。首先多边形绘制改为从位于图形中心的(0,0)处开始,并设为白色。 3.此后对于六个凹角处的顶点分别设定其颜色为黄色,绿色,青色,蓝色,洋红色及红色。默认状态下多边形将出现渐变的效果。 4.此时运行程序将得到如右图所示效果:为此,我们再次绘制前面所绘制的第一个多边形顶点,即可得到所要求图形。 -In the Windows system, install the GLUT libraries: Open glut-3.7.6-bin.zip, remove glut.h, glut32.lib, glut32.dll, were placed. The use of Visual Studio C++ compiler has been the project works, and modify the code generates the following graph: On this basis, modify the vertex colors to make different colors for each vertex, polygon internal color gradient. Operational methods and experimental steps: 1. Use GL_POLYGON draw white polygon models, as painted concave polygon as a polygon, so starting from the most upper left point rendering, in case the graphics to be unpredictable. Note to seek the concave angle (reflex convex) at the vertex coordinates. 2. The following consider amending the vertex colors. First, change from the rendering polygon graphics center located at (0,0) at the beginning, and set to white. 3. Then for the six respective concave corner vertex set its color to yellow, green, cyan, blue, magenta and red colors. Polygon will appear by default gradient e
Platform: | Size: 6144 | Author: 小痴狗子 | Hits:

[OpenGL programhermite

Description: Hermite Curve Interpolation in c++ using Opengl library and Glut.
Platform: | Size: 324608 | Author: badji | Hits:

[GDI-Bitmapglut-3.7.6

Description: opengl中的gult函数库,包括opengl32.lib glu32.lib glut32.lib -gult
Platform: | Size: 104448 | Author: shw | Hits:

[3D Graphicvcopengl

Description: 用vc和opengl实现3维可视化,初学者例子,并附带glut包-With vc, and opengl to achieve three-dimensional visualization examples for beginners, and with glut package
Platform: | Size: 438272 | Author: szy | Hits:

[OpenGL programmain

Description: GLUT的简单键盘控制实例,能实现上下左右移动-GLUT examples of simple keyboard control, able to move around up and down
Platform: | Size: 1024 | Author: FlyDonkey | Hits:

[GDI-Bitmapglut

Description: glut函数详解,了解OpenGL的glut中的函数的具体功能和用法-Discription of glut function
Platform: | Size: 3072 | Author: 何远刚 | Hits:

[OpenGL programglut32

Description: Opengl/glut.h Viscal C-Opengl/glut.h Viscal C++
Platform: | Size: 5120 | Author: pig | Hits:

[OpenGL programsnake

Description: 这是我制作的一个用GLUT编写的小游戏,希望对大家有帮助-This is what I produced a little game written with GLUT, want to help everyone
Platform: | Size: 2048 | Author: sunyingyue | Hits:

[Graph program37724112glut

Description: 图形图像编程所需要的头文件和链接库,包含glut.h glut.lib 等,用于OpenGL开发-OpenGL
Platform: | Size: 150528 | Author: | Hits:

[OpenGL programlab

Description: #include <windows.h> //biblioteca do windows... #include <GL/gl.h> //biblioteca gl.h #include <GL/glut.h> //biblioteca glut - ferramentas adicionais-#include <windows.h> //biblioteca do windows... #include <GL/gl.h> //biblioteca gl.h #include <GL/glut.h> //biblioteca glut - ferramentas adicionais
Platform: | Size: 3190784 | Author: hugo | Hits:

[AlgorithmLiang-Barsky

Description: C++ code. Realization (with Glut) of the Liang-Barsky algorithm for line clipping.
Platform: | Size: 6144 | Author: bob stan | Hits:

[AlgorithmBresenham

Description: C++ code. Realization of Bresenham algorithm for rasterization of line, ellipse and circle (with Glut).
Platform: | Size: 5120 | Author: bob stan | Hits:

[OpenGL programGlutEvents

Description: Demonstration C++ code. Demonstrates Glut events handling.
Platform: | Size: 13312 | Author: bob stan | Hits:

[OpenGL programglutreferenceOPENGLREFERENCE

Description: opengl函数参考手册+glut函数参考手册-opengl function reference manual+ glut Function Reference Manual
Platform: | Size: 659456 | Author: 士大夫 | Hits:

[OpenGL program3dPrims.c

Description: Simple 3D program that draws glut shapes in wireframe mode. Use the right mouse button menu to select a new shape to draw.
Platform: | Size: 3072 | Author: 周默 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 37 »

CodeBus www.codebus.net