搜索资源列表

  1. OBJ File Loader

    0下载:
  2. OBJ文件的载入。-OBJ included in the document.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:611740
    • 提供者:王益信
  1. obj

    0下载:
  2. 一个加载obj文件的程序,希望对你有帮助-a load obj documentation procedures, and I hope to help you ~ ~ ~! !
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:58923
    • 提供者:yd
  1. OBJ

    1下载:
  2. OBJ文件的读取和显示程序 由vc++和OpenGL开发
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:257361
    • 提供者:oxz
  1. .obj 3D模型文件载入程序

    0下载:
  2. Visual Studio c++载入.obj 3D模型文件
  3. 所属分类:3D图形编程

    • 发布日期:2010-10-08
    • 文件大小:371064
    • 提供者:todaytomo
  1. obj2asm

    0下载:
  2. 把obj文件变成汇编代码的源程序-Source code to change .obj to assembly language.
  3. 所属分类:源码下载

    • 发布日期:2024-05-16
    • 文件大小:75776
    • 提供者:陈龙
  1. cutebomb_blink

    0下载:
  2. blink的最新版本是1.04,它可以混合连接16位和32位代码,可连接Vc++,Borland c++生成的.obj文件,还能混合连接OMF和COFF格式的.obj文件,将微软和Borland大统一^ ^。生成的bin文件短小精悍,而且可以指定bin放在内存什么地址执行.对于嵌入式开发需要的bin可执行文件十分有用。感谢cutebomb提交。-blink of 1.04 is the latest version, which can
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:33792
    • 提供者:张小姐
  1. tut14

    0下载:
  2. 《OpenGL入门(十一)》:加载OBJ文件-"OpenGL entry (11)" : Add OBJ file
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:240640
    • 提供者:宝宝
  1. obj2asm

    0下载:
  2. 把目标obj文件转换为asm程序文件的C源程序-target obj file conversion asm2 procedures for the C source document
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:118784
    • 提供者:任晓枫
  1. OBJ

    0下载:
  2. 能狗实现.obj格式的三维数据文件的图形模型读取操作。结合相应的实例进行了操作。-Can realize dog. Obj format data files of three-dimensional graphical model of read operation. Combined with the corresponding examples of the operation.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:242688
    • 提供者:黄淼
  1. Cfunctionsourcecode

    0下载:
  2. 一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都包含c语言源码,obj文件及应用程序-Some of the basic function of the source code of the program include: (1) malloc function (2) free function (3) realloc f
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:49152
    • 提供者:qcx
  1. parser_obj

    0下载:
  2. 一个使用读取.obj文件并存问CGAL数据格式的类,供CGAL的初学者使用-Read a use. Obj file CGAL data formats coexist asked the class for beginners to use the CGAL
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:kyewong
  1. OBJ_DISPLAY_Display

    0下载:
  2. OBJ文件读取程序:可以读取ASCII格式OBJ后缀的3D图形文件中的数据信息,并显示在屏幕上-a MATLAB program which gets the name of an ASCII OBJ file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:67584
    • 提供者:niuxj
  1. OBJFileLoader

    0下载:
  2. 这是一个简单的obj文件的加载器,使用起来很方便,功能上估计还有些不足-This is a simple loader obj files, easy to use, functions on the estimated less than some
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:243712
    • 提供者:孙力
  1. final

    1下载:
  2. 三维物体模型显示程序设计 利用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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3592192
    • 提供者:HeavenTiger
  1. skinAndskelet

    0下载:
  2. 一个基于骨骼动画(bvh文件,obj文件)的三维人体运动 程序,c++ opgl,有演示程序 和源码。-Animation based on the bone (bvh file, obj file) of the three-dimensional human motion procedures, c++ opgl, have a demo program and source code.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:784384
    • 提供者:LD
  1. OBJReadandRender

    0下载:
  2. 用VC++写的读取用3D Max做的obj文件的程序,并实现了3D模型的渲染和绘制,以及对模型位置、光线的调节等功能。此源码一定可以通过编译运行,请放心使用-Using VC++ to write the read 3D Max to do with obj files, and the rendering of 3D models and rendering, as well as the location of the model,
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:6517760
    • 提供者:于汉超
  1. ObjModels

    0下载:
  2. 项目实现在DirectX程序利用objLoader类读取obj文件,在3dmax中建好的模型不必转换成X文件格式。-Project implementation procedures for the use of the DirectX class objLoader read obj files, 3dmax models built in do not have to convert the X file format.
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-16
    • 文件大小:147456
    • 提供者:wangbaotu
  1. obj_viewer

    0下载:
  2. 改程序实现了对obj文件的读取和显示,对于学习3d图形编程的同学们很有帮助-load the obj file and view
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:183296
    • 提供者:回家
  1. tool3d_obj

    0下载:
  2. opengl读取obj文件,很好用,对于正在学习opengl读取obj格式点云的朋友很有帮助。-opengl read obj file, useful for studying opengl obj format point cloud to read friends helpful.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:2934784
    • 提供者:dong
  1. import-obj-to-opengl

    0下载:
  2. 文章描述了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.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:178176
    • 提供者:Xiaodong
« 1 23 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org