搜索资源列表
view3ds
- 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和 *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()
nehe_mfc_opengl_appwizard_vc6
- Now in MS Visual C++ click on \"File\" then \"New...\", make sure you are on your \"Projects\" tab. You should now see an entry labeled as \"NeHe OpenGL Wizard\" in the list of projects. Click on the one you would like to create, give it a pro
holsavers
- Holistic Screensavers Beginning to End - The Code Project - C++ - MFC-Holistic Screensavers Beginning to End-T he Code Project-C-MFC
OpenGL
- c++ builder 图形图象处理(OpenGL编程) 含有源代码及所有工程文件-c builder graphic image processing (OpenGL Programming) contains all the source code and project documentation
vec
- vec.h 向量的头文件,包含opengl中所常用的各种数据类型,可直接添加进c++环境下的工程。-vec.h--the header of vertice, includes the general data type in opengl. You can import the header file into your c++ project.
openglproject
- a simple open gl project usins vb c-a simple open gl project usins vb c++
VCOpenGL
- VC6的OPENGL工程框架.所有开发OPENEGL的工程都必须做的工作,在此工程中已经完成了-The OpenGL project of Visual C++ 6
proj1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
shot_burst
- windows下 基于c++ 用opengl实现 的 射击和爆炸的源码-this is a project of shot&bomb of c++ of openGL for windows...
proj3_luw4
- Simple program using OpenGL, my third project in graphics class. Inheriting the 3D objects I created from assignment 2, this time I have to do translation, scaling, and rotation, also rotation on the arbitrary axis, but it is not done correctly, if y
Ex1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成五星红旗-On Windows systems, the installation GLUT library: Open the glut-3.7.6-bin.zip, remove glut.h, glut32.lib, glut32.dll, were placed
project-1-openGL
- OPENGL实现,通过C++编程,立体观察载入的图像-OPENGL achieved through C++ programming stereoscopic viewing image loaded
glutEx3
- 一、实验目的和要求 在OpenGL编程基础上,通过实现实验内容,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “平移的桌子,旋转的桌子”-First, experimental purposes and requirements of the OpenGL programming, based on the contents through the
glutEx5
- 一、实验目的和要求 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “桌子和茶壶的正投影和透视投影” 可以使用键盘改变camera位置与观察方向 (按键为a
CG-Lab-Project
- A C++ Program for making two graphs disconnected using a simple approach. No need to study any algorithm and basically need a knowledge on C++.
Case
- Visual C Project Case Navigation source code ,Visual C++,sou-Visual C Project Case Navigation source code, Visual C++, sou
SPM
- SPM(Smart Preprocess for Meshfree )是C++和OpenGL开发的一套针对无网格物质点法的前处理程序,几何模型和三维质点划分完全使用鼠标输入,为物质点法的研究提供一个有效的前处理平台。直接解压缩包可以直接运行SPM.EXE 主程序,使用File->Open Project 打开里面包含两个三维前处理示例文件(ExplosiveSteel.spm和Peneration.spm)(Smart Preprocess for Meshfree)
Coons
- 本工程基于OpenGL库完成了Coons曲面的绘制。(The project completed Coons surface rendering based on OpenGL library.)
Bspline
- 本工程基于OpenGL库完成了Bspline曲面的绘制。(The project completed Bspline surface rendering based on OpenGL library.)
xobrxeda
- ssh实现简单的论坛帖子增删改查,分页,回复帖子的项目实例(SSH to achieve simple forum posts additions and deletions to change, paging, reply to posts of project examples)