CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - interactive computer graphics

搜索资源列表

  1. Intra3D-Software

    3下载:
  2. 基于OpenGL与Windows的交互式三维图形技术以及程序设计。结合配套软件─—交互式三维图形软件开发工具Intra3D 2.0: (1)3D C++ 类库与COM对象库系统设计; (2)3D 交互算法与数据结构设计; (3)3D 图形用户界面设计; (4)使用Visual C++ 和Intra3D 2.0 C++ 类库编写交互式3D 应用程序; (5)使用Visual Basic和Intra3D 2.0 COM类库编写交互式3D 应用程序。 Intra3D 2.0是免
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5507076
    • 提供者:胡锦涛
  1. AngelOddSlns

    0下载:
  2. Interactive Computer Graphics A top down approach using OpenGL 一书的习题答案。-Interactive Computer Graphics A top down a pproach using the OpenGL an answer to the questions.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:263354
    • 提供者:王征
  1. BOOK_PROGRAMS

    1下载:
  2. 交互式计算机图形学--自顶向下方法与OpenGL应用(第三版 影印版)源代码-interactive computer graphics -- from the top-down approach with the OpenGL application (third edition copy version) source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1355045
    • 提供者:刘海波
  1. code

    0下载:
  2. 交互式计算机图形学——基于OPENGL的自顶向下方法(4版) 程序代码。-Interactive Computer Graphics- based on OPENGL the top-down approach (4th edition) code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:53611
    • 提供者:wks
  1. OGLGUIDE.ZIP

    0下载:
  2. The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects. With OpenGL, you can control co
  3. 所属分类:OpenGL program

  1. opengl

    0下载:
  2. 交互式计算机图形学基于OpenGL的自顶向下方法(第4版)源码-Interactive Computer Graphics OpenGL-based top-down approach (4th Edition) source
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:53621
    • 提供者:wq
  1. 4

    0下载:
  2. 计算机图形学,opernGL展示三维效果:包含基本的实体元素:球、多面体、锥体、柱体、曲面等;有全局光照效果和纹理功能; 程序具有交互功能.-Computer graphics, opernGL display three-dimensional effects: the entity that contains the basic elements: ball, polyhedron, cone, cylinder, surface, etc. a global illumination e
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-01
    • 文件大小:980011
    • 提供者:john
  1. BOOK_PROGRAMS

    0下载:
  2. /* figure.c /* /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Edition */ /* Addison-Wesley Longman, 2003 */ /* Interactive Figure Program from Chapter 8 using cylinders (quadrics) */ /* Style s
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:34577
    • 提供者:lizi
  1. BOOK_PROGRAMS

    0下载:
  2. /*cubetex.c */ /* Rotating cube with texture mapping */ /* mouse buttons control direction of /* rotation, keyboard allows start/top/quit */ /* E. Angel, Interactive Computer Graphics */ /* A Top-Down Approach with OpenGL, Third Editi
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:33219
    • 提供者:lizi
  1. OpenGL-Programming-Guide-2rd

    0下载:
  2. OpenGL编程指南非扫描版:内容为英字原文。-The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects. With
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:5590502
    • 提供者:niuyq
  1. chap1fig

    0下载:
  2. Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face elimination, illumination, texture, draw etc algorithm and theory, and introduce the visual perception, computer animation,
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7935175
    • 提供者:无痕
  1. ch12source

    1下载:
  2. 计算机图形学(第三版)源代码。主要讲解图形学的光栅算法、三维观察、隐藏面消除、光照、纹理、绘制等算法和理论,并介绍可视感知、计算机动画、基于图像的绘制、可视化以及构建交互式图形应用等。-Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face elimination, illumination, tex
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3891064
    • 提供者:无痕
  1. ch9source

    0下载:
  2. 计算机图形学(第三版)源代码。主要讲解图形学的光栅算法、三维观察、隐藏面消除、光照、纹理、绘制等算法和理论,并介绍可视感知、计算机动画、基于图像的绘制、可视化以及构建交互式图形应用等。-Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face elimination, illumination, tex
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:5043447
    • 提供者:无痕
  1. SCENE_GRAPH_STRUCT

    0下载:
  2. 《交互式计算机图形学——基于opengl的自顶向下方法》的实例A.16,在书中的9章9节论述的场景图结构。-"Interactive Computer Graphics- a top-down approach using opengl" instance A.16, in the book s chapters 9.9 discusses the scene graph structure.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:107936
    • 提供者:yangyong
  1. code-for-interactive-CGraphics

    0下载:
  2. 这是《交互式计算机图形学》一书中后面例子的源代码,可直接复制,方便学习交流-This is the " interactive computer graphics," a book behind the example source code can be directly copied to facilitate the exchange of learning
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:72387
    • 提供者:houwenhui
  1. 007

    0下载:
  2. 交互式计算机图形学——基于OpenGL的自顶向下方法的书后附录A的多有使用程序。-Interactive Computer Graphics- OpenGL-based top-down approach of the book there is Appendix A multi-use program.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:44298
    • 提供者:alex
  1. Interative-Computer-Graphiecs

    0下载:
  2. 交互式计算机图形学基于OpenGL的自顶向下方法第4版附书源码。作者为Edward Angel-Interactive computer graphics OpenGL based on the top-down method version 4 with source code book. The author for Edward Angel
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3284707
    • 提供者:
  1. code_of_Interactive_Compute_Graphics

    0下载:
  2. 《交互式计算机图形学——基于OpenGL的自顶向下方法(第4版)》,课本源代码集合-Interactive Computer Graphics- OpenGL-based top-down method (4th Edition) " textbook source code pool
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-25
    • 文件大小:53360
    • 提供者:jeremy
  1. INTERACTIVE COMPUTER GRAPHICS( 6th Edition)

    1下载:
  2. 交互式计算机图形学 第六版 英文pdf 非影印版(INTERACTIVE COMPUTER GRAPHICS( 6th Edition))
  3. 所属分类:OpenGL

    • 发布日期:2017-12-29
    • 文件大小:8820736
    • 提供者:eiyou
  1. 源代码

    0下载:
  2. opengl交互式计算机图形学课后源代码(OpenGL interactive computer graphics source code)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-02
    • 文件大小:671744
    • 提供者:阿林三
« 12 »
搜珍网 www.dssz.com