资源列表
spinvalve
- 本程序用来模拟当前研究很热门的自旋阀满足的LLG方程,并作图研究其性态。具体数据公式文件包里有详细说明-the procedures used to simulate the current research is very popular spin valves to meet the LLG equation, and mapping study its behavior. Specific data document bundle formula are described in deta
WaterWaveInOpengl
- 使用OpenGL的纹理映射技术,实现对水波的仿真。-use OpenGL texture mapping technology, the wave simulation.
ballColl
- OpenGL编写的小球碰撞检测,简单易懂,非常适合碰撞检测的初学者-OpenGL prepared by the small ball collision detection, simple to understand and very suitable for beginners Collision Detection
VC-drawDEM
- 模块化设计,类的设计清晰,运用openGL绘制地形DEM数据,性能较好-modular design, the design category clear, use openGL DEM terrain mapping data, better performance
collisiondetectioninBilliard
- 一个基于opengl的台球游戏 包括碰撞检测,台球场景的绘制-a game of billiards, including collision detection, billiards scene mapping
stlreader
- 很多做三维重建的开发人员都需要读取三维数据,这个程序实现了读取三维数据文件(stl文件)的函数,并用opengl显示出来了,很有参考价值的,其中有函数readstlfile就是实现了从stl文件中读取三角面片的数据。-lot of three-dimensional reconstruction of developers need to read 3D data, The program reads the 3D data files (stl) function, using opengl
MyOnce
- 一个OPENGL演示的例子,例子中的场景包含运动的云、流动的水、室外山地、雾状效果以及灯光效果,而且该例子是一个标准的OPENGL框架。-a demonstration of OpenGL examples, examples include scenes of cloud movement, the movement of water, outdoor mountain mist effects, and lighting effects, but the example is a stand
OpenGL_viewer
- OpenGL实现网格模型读入,编辑功能,包含源代码及演示-OpenGL grid model of reading, editing functions, including source code and demo
GltFrame
- 在VC6.0环境下使用OPenGL进行编程,根据算法自动生成三角网格! -in VC6.0 environment for the use of OpenGL programming, under the automatic generation algorithm mesh!
Octree
- 一个复杂数据结构的学习,本例子是在VC环境下用OPENGL编写的一个八叉树结构的程序-a complex data structure of the study, This example is the VC environment with OpenGL prepared by an octree structure of the procedures
FIGHTERTEST
- 一个非常好的学习制作飞机飞行模拟的开源程序 学习opengl就要多看别人的源码及其效果,大家一起加油!
RayTrace1.1
- 这个是在结合opengl中写的一个光线跟踪的程序,可以自己改变观察的视点位置,然后进行渲染图片,我花了很久才写完的 哦