搜索资源列表
trega.cpp.tar
- tell about light and shading : ambient and specular use for g++ compiler and opengl extract and compile with g++ -lm -lglut -lGL -lGLUT trega.cpp
texturehw5.tar
- open gl version giving idea about how to use raw files instead jpeg and md files extract and compile with g++ -lm -lglut -lGL -lGLU hw5.c-open gl version giving idea about how to use raw files instead jpeg and md files extract and
jmor.c.tar
- opengl for a robot program extract and compile in linux compile with gcc -lm -lglut -lGL -lGLU jmor.c
graphical-editor-using-opengl.tar
- opengl program for a graphical editor in linux extract and compile gcc -lm -lglut -lGL -lGLU 123.c-opengl program for a graphical editor in linux extract and compile gcc -lm -lglut -lGL -lGLU 123.cpp
sunandmoon.c.tar
- rotation and revolution of earth around sun done with glutwiresphere function extract and compile gcc -lm -lglut -lGL -GLU sunandmoon.c
openGLwater
- 操作指导7水纹 一、 建立工程 二、 添加函数和变量,修改头文件(view.h) public: int npoint float lpoint[4][4] float cpoint[102][76][3] void drawplat() void lm() BOOL movekey CClientDC *my_pDC CRect my_oldRect BOOL mytbar BOOL mysbar
openglcup
- openGL茶杯茶叶操作指导4------玻璃杯里的绿茶 一. 如操作指导(1)建立框架.见welcome2 二. 添加变量与函数并初始化 在VIEW类中加入公共变量 float tbh[6][5] //6片茶叶的角度、位置、大小 BOOL keyn //定义动画开关 在VIEW类中加入公共函数 void mytea(float x,int y) //定义绘制茶杯的函数 void tea3() //茶叶的函数 void lm() //光照和材质的函数