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

搜索资源列表

  1. DisplayList

    0下载:
  2. 计算机图形学课程设计,本程序是用opgl 在c++中实现三棱锥的算法,包括其他一些功能,比如旋转 -database design
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:11050081
    • 提供者:贺夺为
  1. Texture

    0下载:
  2. 计算机图形学课程设计,本程序是用opgl 在c++中实现纹理映射的算法,包括其他一些功能,比如旋转 -database design
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:10830372
    • 提供者:贺夺为
  1. opengl

    0下载:
  2. opengl小程序 方便简单,用C#编写的-opengl 小程序
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:484448
    • 提供者:yss
  1. ParGridGame

    0下载:
  2. 用OpenGL写的小型的棋类游戏程序,非常适合入门的同学学习。上面有简单的注释,逻辑简单,但是包括一个简单的棋类程序的相关框架。-a very good chess game write by C++ and OpenGL. easy for learing ...
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2832721
    • 提供者:sxw
  1. OSG

    0下载:
  2. OpenSceneGraph(简称OSG)使用OpenGL技术开发,是一套基于C++平台的应用程序接口(API),它让程序员能够更加快速、便捷地创建高性能、跨平台的交互式图形程序。它作为中间件(middleware)为应用软件提供了各种高级渲染特性,IO,以及空间结构组织函数;而更低层次的OpenGL 硬件抽象层(HAL)实现了底层硬件显示的驱动。-OpenSceneGraph (referred to as OSG) and OpenGL technology development is a
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-21
    • 文件大小:37064164
    • 提供者:明天
  1. artoolkit

    0下载:
  2. 基于artoolkit开发包的增强现实程序,用c++和opengl实现。-Artoolkit development package augmented reality program with C++ and opengl implementation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3257299
    • 提供者:haung
  1. Opengl

    0下载:
  2. 这是基于《OpenGL编程指南》原书前两章的一个示例程序。实现图形的旋转变换。可能部分C语言编译软件需要添加GL相应的头文件和.dll文件-This is based on the OpenGL programming guide "original book the first two chapters of a example program. Realization of rotation transformation of graphics. May in part C compiler
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2357225
    • 提供者:高阳
  1. EXAM201

    0下载:
  2. 一个生成点和直线的Visual C++ 和 OpenGL程序的例子.-A generator point and a straight line, Visual C++ and OpenGL program examples.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1546244
    • 提供者:
  1. EXAM1101

    0下载:
  2. 一个绘制Bezier网状曲面的Visual C++和OpenGL程序。-A drawing Bezier mesh surface of the Visual C++ and OpenGL applications.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:849413
    • 提供者:
  1. EXAM1102

    0下载:
  2. 一个加光照的均匀网格Bezier曲面绘制的Visual C++和OpenGL程序。-A light uniform mesh Bezier surface draw Visual C++ and OpenGL applications.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:852794
    • 提供者:
  1. EXAM1103

    0下载:
  2. 一个具有纹理的Bezier曲面绘制的Visual C++和OpenGL程序。-A Bezier surface texture draw Visual C++ and OpenGL applications.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:863525
    • 提供者:
  1. OpenGLFrame

    0下载:
  2. OpenGL用C++实现的程序框架,可在此基础上进一步开发图像处理程序-OpenGL with C++ implementation of the program framework, on the basis of the further development of image processing program
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:52430
    • 提供者:MrLin
  1. openglLOD

    0下载:
  2. 使用C++和Opengl编写的3D渲染程序,渲染了一个地形,采用LOD技术-Using C++ and the Opengl write the 3D rendering program, rendering a terrain, the use of LOD techniques
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1507728
    • 提供者:yaoxiong
  1. JMeshLib

    0下载:
  2. JMeshLib程序主要针对流形三角网格进行优化,以边为结构数据对三维立体表面数据进行法矢一致性转换、孔洞检查、噪声监测以及剔除退化三角形等功能。-JMeshLib provides a framework to work with manifold triangle meshes. It implements an edge-based data structure with all its fundamental functionalities (i.e., file I/O, me
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:335633
    • 提供者:Niu Wenjie
  1. 3D-data-slice

    0下载:
  2. 在分析SEGY格式地震数据文件的结构及其读写方法的基础上,介绍了三维地震数据 体的任意剖面抽取算法及C语言程序代码-introduce the method of the slice in the 3D segy data in matlab
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:499751
    • 提供者:hfy
  1. quaddemo

    0下载:
  2. 使用四叉树进行Lod地形建模程序 ,使用opengl+c++实现 -quadtree lod terrain
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:39993
    • 提供者:刚陈
  1. HeightMap

    1下载:
  2. OPENGL与visual c++编写的简单程序,利用灰度图生成地形。-Opengl and visual c++ written in simple procedures, the use of grayscale to generate the terrain.
  3. 所属分类:OpenGL program

    • 发布日期:2015-01-06
    • 文件大小:776192
    • 提供者:
  1. OpenGLyj

    0下载:
  2. OpenGL是一个开放的三维图形软件包,它独立于窗口系统和操作系统,以它为基础开发的应用程序可以十分方便地在各种平台间移植;OpenGL可以与Visual C++紧密接口,便于实现机械手的有关计算和图形算法,可保证算法的正确性和可靠性;OpenGL使用简便,效率高。它具有七大功能: -OpenGL is an open 3 d graphics software, independent of the window system and operating system to it as the
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:914758
    • 提供者:dangmengfei
  1. planet_trace

    0下载:
  2. 太阳系行星的运行轨道程序,基于C++的opengl编程-planet trace
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:193714
    • 提供者:王明
  1. NEHE.OpenGL

    0下载:
  2. 基于NeHE SDK的OpenGL图形编程教程,实例程序包含VC和C++ builder两个版本。-OpenGL graphics programming tutorial based on NeHE SDK, an instance of the program contains a VC and C++ Builder two versions.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1625206
    • 提供者:牛凯
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 »
搜珍网 www.dssz.com