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

搜索资源列表

  1. 基于OpenGL编程实现三维虚拟现实

    0下载:
  2. 本文着重于OpenGL扩展的应用。在此基础上,详细阐述Ms Windows环境下VC++6.0中实现的OpenGL 扩展的应用技术,并通过实例加以验证。-This paper focuses on the expansion of OpenGL application. On this basis, Ms elaborate VC Windows 6.0 environment is achieved by extending the OpenGL application technologie
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4.91kb
    • 提供者:高皆
  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
    • 文件大小:5.25mb
    • 提供者:*
  1. 01_BaseFrame

    0下载:
  2. 创建一个OpenGL窗口: 在这个教程里,我将教你在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.它是我们以后应用程序的框架. 理解OpenGL如何工作非常重要,你可以在教程的末尾下载源程序,但我强烈建议你至少读一遍教程,然后再开始编程. -create an OpenGL window : In this tutorial, I will teach you in the Windows envi
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:224.51kb
    • 提供者:zw
  1. OG

    0下载:
  2. This a simple Windows application, which creates and reproduces 3D-image (surface) of a function plot using OpenGL rendering context.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:29.67kb
    • 提供者:XiongBihua
  1. 这是一个基于qt下的OPENGL应用

    3下载:
  2. 这是一个基于qt下的OPENGL应用。QT 平台可以在windows,linux下使用,This is a qt-based application under OPENGL. QT platform can be windows, linux use
  3. 所属分类:OpenGL

    • 发布日期:2013-07-06
    • 文件大小:3.15mb
    • 提供者:delphi
  1. OpenGL-EPS-WMF-Output

    2下载:
  2. 这个文章和附件中的代码实现如何将OpenGL/MFC程序输出到 encapsulated postscr ipt (EPS)和Windows enhanced metafile (EMF)文件格式。最终的目标是能够产生可以编辑、打印和展示的适量图形文件。 -* display a vrml 3D triangular mesh using OpenGL in a MFC MDI application, * change the rendering options such as
  3. 所属分类:OpenGL program

    • 发布日期:2016-11-11
    • 文件大小:1.24mb
    • 提供者:
  1. oglmdi2

    0下载:
  2. have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:415.38kb
    • 提供者:johnnystar
  1. NeHeOpenGL

    0下载:
  2. NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h&g
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11.37mb
    • 提供者:任龙
  1. aa

    0下载:
  2. 此论文是基于MFC的OpenGL应用程序开发 ,MFC是一套简化Windows编程的可重用的类库,封装了通用Winsows API和数据结构的类;OpenGL是一个图形硬件的软件接口、三维图形和-This paper is based on MFC, OpenGL application development, MFC is a set of reusable to simplify Windows programming class library, package a common Win
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:227.38kb
    • 提供者:zxl
  1. Points

    0下载:
  2. 基于Windows的opengl小程序,程序渲染了一系列从小到大排列成螺旋形的点,是点画线的一个应用实例,是入门的好例子。-Windows-opengl-based applet, the program rendering a series of small to large and arranged in spiral-shaped point, an application example of stipple line is a good example of getting start
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:83.17kb
    • 提供者:xiaoxiaop
  1. OPenGL

    1下载:
  2. 交互式真实感场景系统 系统功能介绍: 在windows程序框架的基础上,各物体的构造,其中可以实现的场景效应有:雾,灯光,任意角度旋转。构建的物体有:茶壶,凳子,箱子,雪人,类球,图形学书,画面字体,舞台。 -Interactive realistic scenario system systems Features: In the windows application framework based on the construction of various objec
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3.78mb
    • 提供者:xkl
  1. glutMasterDemo_backup

    0下载:
  2. glutMasterDemo opengl窗口应用程序,对窗口应用有良好的封装,是学习opengl和glut包的好工具-glutMasterDemo opengl windows application, windows application on a good package to learn opengl and glut a good tool package
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:5.75kb
    • 提供者:wgw
  1. DemoWithOpenGL2008_Tut1

    0下载:
  2. The following OpenGL tutorial will show how to initialize an OpenGL 3 application in Windows
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1.82mb
    • 提供者:Sukuma Ubhada
  1. Rubiks-Cube-Solver

    0下载:
  2. 这是Windows基于对话框的应用程序,在Visual C++ / MFC的环境下,得到了一个杂乱的鲁比克魔方的显示步骤。一个魔方的配置可以由一个二维视图表示。 3D视图采用的是OpenGL技术。-This is a windows Dialog based application written in Visual C++/MFC that solves a scrambled Rubik s cube, showing the steps. A Rubik s cube configurat
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:288.61kb
    • 提供者:yuanye
  1. 2

    0下载:
  2. 基于OpenGL编写程序,实现基本窗口程序框架,包括消息响应设置、视口设置、基本投影设置,在不同位置实现画点、线、三角形、多边形等基本对象的绘制。-OpenGL-based programming to achieve the basic windows application framework, including the message response is set, the viewport settings, basic projector settings, in differen
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:268.39kb
    • 提供者:guizhe
  1. Lesson01

    0下载:
  2. 在这个教程里,我将教你在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.它是我们以后应用程序的框架.-In this tutorial, I will teach you in a Windows environment to create OpenGL applications. It will display a blank OpenGL window, you can switch the window and full
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1.42mb
    • 提供者:菲菲
  1. Lesson01

    0下载:
  2. 创建一个OpenGL窗口: 在这个教程里,我将教你在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.它是我们以后应用程序的框架. 理解OpenGL如何工作非常重要,你可以在教程的末尾下载源程序,但我强烈建议你至少读一遍教程,然后再开始编程. -Creating an OpenGL window: In this tutorial, I will teach you in a Windows enviro
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2.4mb
    • 提供者:wowo
  1. glWin

    0下载:
  2. OpenGL Windows GUI Application
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:352.6kb
    • 提供者:周周
  1. WorldDemoNew

    0下载:
  2. OpenGL是个与硬件无关的软件接口,可以在不同的平台如Windows 95、Windows NT、Unix、Linux、MacOS、OS/2之间进行移植。因此,支持OpenGL的软件具有很好的移植性,可以获得非常广泛的应用。由于OpenGL是图形的底层图形库,没有提供几何实体图元,不能直接用以描述场景。但是,通过一些转换程序,可以很方便地将AutoCAD、3DS/3DSMAX等3D图形设计软件制作的DXF和3DS模型文件转换成OpenGL的顶点数组。-OpenGL is a hardware
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:287.03kb
    • 提供者:dangmengfei
  1. glutMasterDemo_backup

    0下载:
  2. glutMasterDemo opengl窗口应用程序,对窗口应用有良好的封装,是学习opengl和glut包的好工具-glutMasterDemo opengl windows application, windows application on a good package to learn opengl and glut a good tool package
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:5.79kb
    • 提供者:declin
« 12 »
搜珍网 www.dssz.com