搜索资源列表
objloader
- 是读取3d文件obj格式的算法,他虽不是opengl的主流,但却有其简单,易懂的优势-is read 3d obj file format algorithms opengl he is not the mainstream, but it is simple, understandable advantages
ReadObj
- 一个基于MFC多文档视图的,拥有加载obj格式的3D模型,利用了glm.h和glm.c
Xdai
- 用vc++ 和openGL编写的obj loader. 可以load .obj格式的模型
OBJ
- 能狗实现.obj格式的三维数据文件的图形模型读取操作。结合相应的实例进行了操作。
OBJLoader
- 在OpenGL编程中,实际上通常使用外部三维模型在载入程序中来具体实现,常用的三维模型格式就有Obj格式的模型文件,本程序通过在OpenGL环境中载入Obj格式的文件来学习
Mesh_Simplification
- 三角网格简化的边塌缩算法实现,网格输入文件支持标准.obj格式(bin文件夹中附有一个,可用notepad打开),化简后通过OpenGL显示结果
ReadObj
- VC平台下开发的可以读取obj格式的显示界面,具有渲染,平滑,缩放功能,有需要的朋友可以下载参考.
opengl读取obj格式文件
- opengl读取obj格式文件
kgpjCode.zip
- java3d Loader 能load 很多种3d文件 格式 如.3ds,.obj,.wrl,.ocb,.dxf.,java3d Loader can load many 3d formats such as .3 ds,. Obj,. WRL,. 2003,. Dxf.
tool3d_obj
- opengl读取obj文件,很好用,对于正在学习opengl读取obj格式点云的朋友很有帮助。-opengl read obj file, useful for studying opengl obj format point cloud to read friends helpful.
OBJ-File-Loader
- OBJ文件定义了对象的几何特性和其他一些特征,由于文件结构非常简单,因此适合在应用程序中读取或进行3D文件格式转换。-OBJ file definate the geometrical characteristic and other features of objects,as the structures of this file is simple,it is widely used to transform between application program and 3D file
import-obj-to-opengl
- 文章描述了obj文档的格式规范,以及如何将obj文件读入opengl进行显示,并包含主干代码。-This paper describes the obj format specification documents, and how to read obj opengl to display the file, and contains the trunk code.
trianglemesh
- 三角形半边法的源码,输入obj格式,改变顶点顺序-Triangular half of law source, type obj format, change the order of vertex
readOBJ
- 实现OBJ格式文件的读取,并且进行三角面片的绘制-the read of OBJ file and the rendering if triangles
load_the_object
- 此程序实现了obj格式的3d文件的读入和显示,对于学习3d编程很有帮助-load the obj file
objectloader
- 改程序实现了对obj格式的3D文件的读取和显示,对于学习3d编程很有帮助-load the obj file and view
Obj
- OpenGL 关于OBJ格式的读取,导入工作-OpenGL OBJ format to read into the work
OBJ-format-processing-OPenGL
- 3D模型OBJ格式 在Opengl中处理与输出-Opengl 3D models in OBJ format to deal with the output
obj-format-model
- 收集了一些obj格式的三维模型供大家参考和使用,obj可以配合opengl,利用VC++绘制和模拟现实世界 -Collected some obj format of 3 d model for your reference and use, can cooperate with opengl obj, using vc++ drawing and simulate the real world Collected some obj format of 3 d model for
DrawCubeDemo
- 基于OpenGL绘制cube,支持外部Obj格式 LoadObs