搜索资源列表
Example3D
- 更新的这个C++代码范例演示了一个简单3D引擎。显示屏上所有可见内容都用Open GL ES作了3D渲染;如果终端支持的话该范例也支持硬件加速。这个应用支持S60 3rd Edition及后续版本,可适应不同屏幕尺寸和显示方向。经过更新的这个版本提供了加强的纹理载入并增加了堆与栈的大小。可以从诺基亚论坛网站下载支持S60 2nd Edition和Series 80 2nd Edition的独立范例。主要的类有:OpenGL ES (API), CIdle, Math, CImageDecoder
geodesic
- 用于计算测地距的lib,特别适用在3D模型上,比如三角面片上。非常快速。代码非常简单好用,matlab版本的例子给的比较好,请仔细参考。C++版可看文档内部地址下载-Used to calculate the geodesic distance lib, especially for the 3D model, such as the triangular surface-chip. Very fast. The code is very simple and easy to use, matl
Code
- 这是一个简单的代码是由别人,我现在与你分享,我hppe得到一些建议。我也努力发展visual C + +,我刚开始它大约一个月前。非常感谢你! -This is a simple code writen by someone else,now,i share it with you,and i hppe to get some suggestions from you.What i am working on is also about developing visual C++,i jus
Loop
- 本程序使用C++实现了基本的Loop细分算法,程序代码比较简单。-This program uses C++ implements basic Loop subdivision algorithm, the program code is relatively simple.
meshsimplification
- 网格简化程序基于3D三角网格简化,代码简单实用,而且非常有效的节省时间-meshsimplification is a C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes. The goals of the code are ease of use and efficiency, possibly at the expense of some genera
osgWidget2
- 将OSG下的图像嵌入到QWidget中,实现Qt和osg的结合。文件中还包含了鼠标键盘消息的处理以及简单的图像事件处理代码(Embedding the images under OSG into the QWidget)