资源列表
OpenGLbczn8_downcc
- OpenGL编程指南(第八版):OpenGL 图形系统是图形硬件的一种软件接口(GL 表示 Graphics Library,即图形库)。 它使得用户可以创建交互式的程序以产生运动的 3 维对象的颜色图像。通过 OpenGL,我们 可以使用计算机图形学技术来产生逼真的图像,或者通过一些虚构的方式产生虚拟的图像。 这本指南将告诉你如何使用 OpenGL 图形系统进行编程,得到你所期望的视觉效果。(OpenGL Programming Guide (8th Edition))
MTK tool + Mstar Isp utility
- Condor LED48D5000 MSD3393-T9B471R1055
ansys命令流
- 从ANSYS结果文件中读取数据得到有限元模型单元信息,将其输出到Tecplot中(Read the data from ANSYS result file to get the element information of finite element model and output it to Tecplot.)
OpenGL入门教程(精)
- 适合初学者的精华版OpenGL入门教程,用于QT平台的图形编辑(Beginner-friendly OpenGL introductory course .)
cs266_final_src
- 运用正反向动力学来坐上楼梯动画,包括骨骼,蒙皮。(The implementation of an OpenGL based C++ program to animate a humanoid walking up stairs and across an incline. Forward kinematics is used to walk up stairs, by setting the root to the torso when lifting the leg and to the f
仙剑
- 仙剑Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005
OpenGL教程_NeHe_源代码_1-48
- Nehe 48实例,包含源码,应用程序及说明(Nehe 48 samples, contain source code, application and readme)
室内房子场景
- vc平台 室内场景动画图形,可以借鉴一波,对初学者十分有益
图形学波动水面的实现
- 图形学波动水面的实现,花园模型场景搭建,OpenGL打光,相机设置,完整工程项目
glfw-3.3
- glfw-3.3.zip,openGL 学习必须品,解压即可使用(Glfw-3.3.zip, a must for OpenGL learning, can be used after decompression)
一个魔方 很好 ,魔方每个面类似法线贴图
- 一个魔方 很好 ,魔方每个面类似法线贴图。是可以旋转可以玩的。很好的示例程序。用VS2008编译。
opengl绘制地形,海水,LOD的好例子
- opengl绘制地形,海水,LOD的好例子,学习高效绘制大规模地形可以用到。用VS2008打开。