搜索资源列表
stl-view
- 看STL文件的小软件,可以自由的实现旋转,等功能,现在只是一小部分,以后会发后面的-small software capable of realization of the freedom of rotation, and other functions, and this is just a small part of it, will be issued after the behind
STL_DISPLAY_Display
- STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上-a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen.
STL-View
- 以VC++作为开发平台,利用C++标准IO库的ifstream类型定义对象并绑定STL文件,再用标准库string类型中的getline逐行读取绑定的STL文件,最后,应用OPenGL绘制三角面片编程技术实现对STL文件格式的直观显示-Ifstream type definition object using the C++ standard IO library with VC++ as a development platform, and bind the STL file, getlin
stlView
- stl 文件读取系统,可以将stl文件读入,环境为OpenGL底层。-stl view
NeHe7
- 编写的一个OpenGL的读取stl文件的小程序,能够读取stl ASCII格式-Read a prepared OpenGL applet stl file, stl ASCII format can be read
3dsopengl
- 很多做三维重建的开发人员都需要读取三维数据,这个程序实现了读取三维数据文件(stl文件)的函数,并用opengl-Do a lot of three-dimensional reconstruction of the developers need to read three-dimensional data, this procedure has to read three-dimensional data file (stl files) function, and opengl
3DViewer
- 自己写的一个读取STL文件和进行控制面板操作的界面,可以大大减少计算机图形和图像处理可视化的界面编写工作量-a project for .stl files viewer using VC++
vb-STL
- 读取txt格式文件的顶点坐标,生成stl文件。-Txt format to read the vertex coordinates to generate stl file.
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.
Visual-CPP-CAD-STL-FILE
- 对于STL文件的三维可视化所开发的 源代码,可以实现对STL文件的平移,旋转,放大等功能。-For the source code developed by the three-dimensional visualization of the STL file, translation, rotation, zoom and other functions of the STL file.
VC-Opengl-STL
- VC6.0 环境下使用Opengl 导入stl文件并显示的方法介绍,以及stl文件结构的解析-VC6.0 environment using Opengl Import stl file and display method introduced stl file structure parsing
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
STL-FILE
- 基于VC++和OpenGL的STL文件读取显示STL是三维模型常用的文件格式。对STL文件进行读取和显示,是对模型进行后续操作的前提。在对STL文件格式进行详细分析的基础上,以VC+-I-作为开发平台-Based on vc++ and OpenGL STL file read shows the STL is a 3 d model commonly used file format. To read and display of STL file, is the precondition o
VC--OpenGL-STL
- 基于 VC++和 OpenGL 的 STL 文件读取显示 STL 是三维模型常用的文件格式。对 STL 文件进行读取和显示,是对模型进行后续操作的前提。在对 STL 文件格式进行详细分析的基础上,以 VC++作为开发平台;利用 C++标准 IO 库的 ifstream 类 型定义对象并绑定 STL 文件 -Based on vc++ and OpenGL STL file read shows the STL is a 3 d model commonly used file for
STL-MOVE
- 基于 VC++和 OpenGL 的 STL 文件读取显示 STL 是三维模型常用的文件格式。对 STL 文件进行读取和显示,是对模型进行后续操作的前提。在对 STL 文件格式进行详细分析的基础上,以 VC++作为开发平台;利用 C++标准 IO 库的 ifstream 类 型定义对象并绑定 STL 文件 -Based on vc++ and OpenGL STL file read shows the STL is a 3 d model commonly used file for
STL-viewer
- MFC用于打开显示stl文件,旋转缩放,功能完备- MFC stl file to open display, rotate the zoom, featured
ReaderWriterSTL
- .stl 文件是在计算机图形应用系统中,用于表示三角形网格的一种文件格式(STL(Standard Template Library))
node-stl
- 上传stl文件,等到模型的体积、尺寸等参数(Upload the STL file until the volume, size, and other parameters of the model)
stlwrite
- 通过输入平面,生成STL文件,可用于学习(Export a variety of inputs (patch, surface) to an STL triangular mesh)
matlab读取stl文件
- matlab的一个小demo程序,主要包含stl文件在matlab软件中的读取,以及哈希顶点函数的实现。