搜索资源列表
maya obj文件读取
- maya的obj文件读取基于opengl编程c++程序
final.三维物体模型显示程序设计
- 三维物体模型显示程序设计 利用C语言及OpenGL语言读取OBJ文件,显示三维物体模型 ,Three-dimensional object model display program design the use of C language and OpenGL language OBJ read documents to show the three-dimensional object model
gloop.zip OpenGL类库源码
- OpenGL类库源码 ,The sourcecode for OpenGL library
ExObjLoader.rar
- 实现对三维模型.obj类型文件的导入,并通过OPENGL进行绘制显示。,Realization of three-dimensional model. Obj file type to import, and to draw OPENGL display.
OBJLOADER
- OpenGL 读取和显示 obj文件 源码-Obj file to read and display the OpenGL source code
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.
OpenGl--snow
- 在vc6.0环境下,基于Opengl编译的雪粒子系统-In vc6.0 environment, based on Opengl subsystem compiled Snow Grains
ModelRenderer
- Android下基于OpenGL ES技术来载入MD2模型文件,可以比较好的载入模型。-Android Based on OpenGL ES technology to load MD2 model file, you can load the model better.
OBJ
- 一个OBJ3D模型加载器,可以加载OBJ3D模型,挺有用的-OBJ3D
glut32obj
- glut 32 obj for OpenGL
libwave.tar
- libwave is a library for reading Wavefront .obj object files and rendering them with IrisGL or OpenGL. It supports basic geometry (faces and lines), and materials and texture maps, as far as is possible with GL (i.e. no bump maps, reflection, or refr
objTester
- 一個簡單讀取obj 及 mtl 小程式 可以讀出obj有多少mtl類別 多少點線面-a simple program loading obj and mtl. it can read how many points, lines, and planes.
openGL-OBJ-capture
- 演示了OpenGL怎么实现对象捕捉! -Demonstrate how to achieve the object of the OpenGL capture! Demonstrate how to achieve the object of the OpenGL capture!
objView
- obj viwer opengl windows applcation
PickObj
- OpenGL中实现maya模型的导入,里面有用于加载maya模型的程序源码,在此说明此源码为转载别人的-Maya model implemented in OpenGL import
LoadOBJ
- the code to load .obj file and display using opengl engine
obj--loader
- 用vc++ 和openGL编写的obj loader.-Using vc++ and openGL written obj loader.
objLoader
- Android OpenGl es .obj files loader source code
OBJ-OpenGL
- 解析obj文件和mtl文件中纹理贴图,然后用OpenGL绘图,非VBO程序!-Texture mapping, parse obj file and mtl file and then using the OpenGL graphics, non-VBO program!
OpenGL tutorial
- OpenGL win32平台例程,非常适合初学者,代码书写规范易懂。