搜索资源列表
OBJ File Loader.zip
- OBJ文件的载入。- This a obj file loader,using OpenGL and Visual C++.
OBJ
- OBJ文件的读取和显示程序 由vc++和OpenGL开发
opengl读取obj格式文件
- opengl读取obj格式文件
gloop.zip OpenGL类库源码
- OpenGL类库源码 ,The sourcecode for OpenGL library
3DLab.rar
- 本程序由QT+OpenGL开发而成,能以点,线,面,平滑表面等方式显示模型,支持自由旋转,缩放,拖动,能检查模型是否完整,并自动补全模型,能读取ascii编码的obj模型和CAD模型,This procedure by QT+ OpenGL developed to a point, line and plane, smooth surface, such as display models, support for free rotation, zoom, drag, can check th
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
OBJ
- 一个OBJ3D模型加载器,可以加载OBJ3D模型,挺有用的-OBJ3D
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
openGL-OBJ-capture
- 演示了OpenGL怎么实现对象捕捉! -Demonstrate how to achieve the object of the OpenGL capture! Demonstrate how to achieve the object of the OpenGL capture!
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平台例程,非常适合初学者,代码书写规范易懂。
OpenGLOBJDemo
- opengl本身就是一个计算机图形学处理工具,可以利用其绘画出各种精细图形界面,这里在图形界面里导入三维模型obj(OpenGL itself is a computer graphics processing tool. It can draw various fine graphical interfaces by using it. Here we import the 3D model obj into the graphical interface.)
opengl读取obj
- 用opengl打开obj文件进行编程,代码简单清晰,附上obj模型文件,方便初学者使用(Open the obj file with OpenGL for programming)
opengl modelLoading
- opengl modelLoading,基于opengl的3D obj模型加载