搜索资源列表
Cload3ds
- 该类是在qt4.6上运行通过,是我将网上流传的两个文件进行了整合,使得适用于qt了,加载了3ds文件成功显示。注意头文件。 使用方法: CLoad3DS *m_3ds_p = new CLoad3DS() m_3ds_p->Init("e:/plane1.3ds",0) //以上代码置于OpenGL的Init部分 //以下代码置于OpenGL画图部分 m_3ds_p->show3ds(0,50,50,-50,10.0) 说明:上面的0表示绑定
ivviewer
- 基于coin3d+Qt4的iv模型简单浏览器,通过它可以查看iv格式的模型文件。-Iv Based on coin3d+ Qt4' s model is simple browser format through which to view the model file iv
main.cpp.tar
- QT and VTK test using Contour Filter to mesh 3D point cloud data set from file.
osGraphX-1.0.0
- 一个用QT做的osg应用,适合学习参考。有文件打开、树状管理、视图操作、控制台信息等。-osGraphX is a 3D file viewer. Based on openscenegraph, it can load all the format supported by OSG. Because osGraphX is written with Qt, it runs on Windows and Linux (MacOSX isn t tested yet).