Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - glut
Search - glut - List
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.
Update : 2024-04-28 Size : 3801088 Publisher : vivek

.netpong
DL : 0
pong game C++ created by danis using glut library
Update : 2024-04-28 Size : 75776 Publisher : shoaib

DL : 0
Grphics sample in glut for linux, about computer graphics
Update : 2024-04-28 Size : 905216 Publisher : orvus

Opengl加载3DS格式的代码。使用的是GLUT。-Opengl load 3DS format code. Using GLUT.
Update : 2024-04-28 Size : 258048 Publisher : chbha

MFC和OPENGL 结合的例子,使用GLUT。-MFC and OPENGL with examples of the use of GLUT.
Update : 2024-04-28 Size : 44032 Publisher : chbha

DL : 0
在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
Update : 2024-04-28 Size : 6144 Publisher : 小痴狗子

DL : 0
Hermite Curve Interpolation in c++ using Opengl library and Glut.
Update : 2024-04-28 Size : 324608 Publisher : badji

DL : 0
opengl中的gult函数库,包括opengl32.lib glu32.lib glut32.lib -gult
Update : 2024-04-28 Size : 104448 Publisher : shw

DL : 0
用vc和opengl实现3维可视化,初学者例子,并附带glut包-With vc, and opengl to achieve three-dimensional visualization examples for beginners, and with glut package
Update : 2024-04-28 Size : 438272 Publisher : szy

DL : 0
GLUT的简单键盘控制实例,能实现上下左右移动-GLUT examples of simple keyboard control, able to move around up and down
Update : 2024-04-28 Size : 1024 Publisher : FlyDonkey

DL : 0
glut函数详解,了解OpenGL的glut中的函数的具体功能和用法-Discription of glut function
Update : 2024-04-28 Size : 3072 Publisher : 何远刚

DL : 0
Opengl/glut.h Viscal C-Opengl/glut.h Viscal C++
Update : 2024-04-28 Size : 5120 Publisher : pig

DL : 0
这是我制作的一个用GLUT编写的小游戏,希望对大家有帮助-This is what I produced a little game written with GLUT, want to help everyone
Update : 2024-04-28 Size : 2048 Publisher : sunyingyue

图形图像编程所需要的头文件和链接库,包含glut.h glut.lib 等,用于OpenGL开发-OpenGL
Update : 2024-04-28 Size : 150528 Publisher :

DL : 0
#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
Update : 2024-04-28 Size : 3190784 Publisher : hugo

DL : 0
C++ code. Realization (with Glut) of the Liang-Barsky algorithm for line clipping.
Update : 2024-04-28 Size : 6144 Publisher : bob stan

DL : 0
C++ code. Realization of Bresenham algorithm for rasterization of line, ellipse and circle (with Glut).
Update : 2024-04-28 Size : 5120 Publisher : bob stan

Demonstration C++ code. Demonstrates Glut events handling.
Update : 2024-04-28 Size : 13312 Publisher : bob stan

opengl函数参考手册+glut函数参考手册-opengl function reference manual+ glut Function Reference Manual
Update : 2024-04-28 Size : 659456 Publisher : 士大夫

Simple 3D program that draws glut shapes in wireframe mode. Use the right mouse button menu to select a new shape to draw.
Update : 2024-04-28 Size : 3072 Publisher : 周默
« 1 2 3 4 5 6 78 9 10 11 12 ... 37 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.