搜索资源列表
satellite
- VC++下实现OpenGL的三维星空多轨道卫星绕地球源代码.这个程序在C++中调用OpenGL,蓝色的球体代表地球,粉红色的球体代表地球的地球的静止轨道卫星,该卫星在地球赤道上方和地球一起做同步运动。黄色球体代表其他轨道卫星,它们的轨道各不相同。-Achieved under VC++ 3D OpenGL-Star multi-orbit satellites around the earth the source code. This procedure is called in C++ in
Implit_Function_And_Marching_Cube
- 实现了3D模型变形(morphing)的隐函数插值算法。并有Matching Cube算法网格化模型。这个程序花了我不少时间编写。-Achieved a 3D model of the deformation (morphing) of the implicit function interpolation algorithm. And Matching Cube Mesh count model. This process gave me a lot of time to prepare.
Homework3
- opengl 3d 不是常用的那些吗,还会涉及很难的数学知识吗?-opengl 3d
Qt_OpenGL_create_a_cross_platform_visualization_UI
- Qt OpenGL 创建跨平台可视化UI:科学可视化、医学成像、飞行模拟、流程建模、动画、游戏和视觉效果应用程序都需要大量使用高性能 2D 和 3D 图形。-Qt OpenGL to create cross-platform visualization UI: scientific visualization, medical imaging, flight simulation, process modeling, animation, games and visual effects
OpenGLBase
- 使用OpenGL实现绘制三维图形,VC++经典编程学习源码,很好的参考资料。-The use of OpenGL 3D graphics rendering, VC++ classic learning programming source code, a good reference.
MeshSegmentaion-And-Evaluation
- OpenGl与vs2005实现3D网格模型的交互显示、分割、切割和评价操作,含有多个模块,对想学习网格模型的学者有较好帮助。-OpenGl 3D mesh models with vs2005 implement interactive display, split, cut and uate operations, comprising a plurality of modules, to want to learn the grid model to help scholars bette
3Dsunsystem
- 3D的太阳系系统,各个行星等等的同过OpenGL实现-3D solar system system, all planets, etc. to achieve the same over OpenGL
OpenGL
- 利用OpenGL画的一个三维球体(有光照,可以调整球面数,可以调整球体半径,有旋转,有移动等基本操作,充分表现人机交互的效果。-use OpenGL 3D painting of a ball (a light, adjust the number of spherical, the radius can be adjusted Ball, a rotating movement, such as basic operation fully demonstrated the effectiven
3d
- 经纬度法画球测试源代码利用OpenGL画的一个三维球体-use OpenGL 3D painting of a ball
149008204siftMatch
- 三维重构的思路很简单,用OpenGL中纹理贴图功能,将平面图像中的三角形逐个贴到计算出的三维坐标上去就可以了。为了便于观察3D效果,我还设计了交互功能:用方向键可以上下左右旋转重构的模型,用鼠标滚轮可以放大或缩小。用gluLookAt函数可以实现视点旋转的功能。三维重构的代码实现在glFuncs.cpp中。(Three-dimensional reconstruction of the idea is very simple, with OpenGL texture mapping functi