搜索资源列表
SmartOGCtrl
- 本人刚刚开始学习OpenGL,觉得OpenGL确实是个相当好的库,但是我还是觉得不够方便。首先要按照它的一些语法去写一些固定的东西,每个应用都要写一些重复的代码。第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线,画面等东西。也许对于很多想写3D应用系统的人来说,他们想的是只要我输入坐标就可以得到我所想要的东西。为此,我把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。 -I just started learning OpenGL,
reading-stl
- 这是一个显示STL文件的一个平台,其代码都是基于MFC及openGL-this is a plaform for reading and viewing the stl form,and it provide all code base on MFC and openGL.
code
- 自己编写的,读取、保存stl和obj格式的文件的代码-I have written, read, save the stl and obj format file code
matlab-STL
- stl导入matlab的matlab代码,很实用-stl import matlab matlab code, very useful
VB-Read-STL-File
- 其他三维软件(如UG)建立的模型导出为STL文件,在VB 中可以利用此代码读取STL文件,利用OpenGL的glVertex3f函数还原三维模型,STL中存储的是三维模型的各三角形定点数据和法向量数据-Other 3D software (UG) export the model as an STL file, you can use this code in VB to read the STL file using OpenGL glVertex3f function to restore
Supprot_xy
- 生成STl文件,用于模型支撑的生成,只是一些保存类的代码-produce for STL
STL
- 简单的stl读取,显示,切片程序代码,很好用,在slice_STL基础上进行了改进,并加入了相关注释~-Simple slice stl display program code, easy to use, on the basis of the slice_STL improved, and joined the relevant Notes
stl_loader
- OpenGL加载STL类型文件,进行显示,简单的旋转平移交互等操作,代码比较粗糙。-OpenGL load STL file types, display, simple operations such as interactive rotation and translation, the code is relatively rough.
repairing-meshes
- 关于三角网格stl模型处理的一些算法,包括三维重建、网格处理、网格优化、孔洞修补等的详细代码-Some algorithms on triangular mesh stl model processing, including reconstruction, meshing, mesh optimization, repair holes and other details of the code
stlread-matlab
- stl的MATLAB读取与显示,带有数据模型及MATLAB代码,测试可用-reading the stl model in MATLAB
stl2ply
- stl 转 ply ,代码简洁实用,适合学习-stl to ply