CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Opengl with MFC

搜索资源列表

  1. How_to_Start_OpenGL_Programming_with_MFC

    0下载:
  2. How To Start OpenGL Programming With MFC
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:145.04kb
    • 提供者:ligz_anghao
  1. pgllib_src

    0下载:
  2. PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, yo
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:329.8kb
    • 提供者:xiongjie
  1. MYCLOUD

    0下载:
  2. 用OpenGL绘制的云纹理,在MFC上编程实现 关键字:MFC,OpenGL,云纹理-The clouds draw with OpenGL texture in the programming on MFC Key word: MFC, OpenGL, cloud texture
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1.58mb
    • 提供者:范克楠
  1. openGL-draw-earth-

    0下载:
  2. 用openGL加MFC写的地球程序,具有显示控制旋转缩放等功能-Written using openGL earth plus MFC program, with rotating zoom display and control functions
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:204.27kb
    • 提供者:jjccbb
  1. OpenGl

    0下载:
  2. 一个OPENGL的场景漫游实例,用VC++实现。带有部分分析。-OPENGL scene of a roaming example, using VC++ Achieve. With some analysis.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:402.49kb
    • 提供者:bovey
  1. opengl_activex

    0下载:
  2. An OpenGL ActiveX Control Developed with MFC 用MFC写的OpenGL控件 -An OpenGL ActiveX Control Developed with MFC by MFC controls written in OpenGL
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:45.51kb
    • 提供者:luqixue
  1. main

    0下载:
  2. 用OPENGL实现的一个旋转的彩色三角形. 未使用mfc-OPENGL achieved with a rotating color triangle. Not using mfc
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:3.02kb
    • 提供者:px96004
  1. draw_lines_5_methods

    0下载:
  2. 5种划线算法 中值法划线 opengl化线 mfc划线-5 methods to drawe lines
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7.05mb
    • 提供者:yyyy
  1. SMOOTH

    0下载:
  2. 基于MFC VC++ 用opengl的方法做出来的一个关于着色模式的代码 -Based on the MFC VC++ with opengl out the methods of a model code coloring
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:931.81kb
    • 提供者:熊丹丹
  1. PrintingpenGL

    0下载:
  2. 关于OPengl的内容生成位图 和打印代码 MFC程序-With regard to the contents of OPengl generates bitmaps and print code MFC program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:40.01kb
    • 提供者:evil
  1. MFCAndOpenglScene

    0下载:
  2. 用MFC与Opengl 实现建筑物虚拟漫游-Realization of the building with MFC and Opengl Virtual Tour
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2.39mb
    • 提供者:陈希乐
  1. OpenGLMFCinterface

    0下载:
  2. 封装了一个在MFC对话框下来开发的OpenGL类:MLGL,该类基本实现了完全封装,使用时无需在对话框初始化函数中做初始化。将MLGL类与图画控件关联即可用!另外可以仿造程序中Test类继承MLGL类重载Draw3D()函数开发!-Encapsulates an MFC dialog box down the development of OpenGL classes: MLGL, the basic realization of such a complete package, no need
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3.7mb
    • 提供者:马乐
  1. Coordinate3

    1下载:
  2. VC++ MFC绘制坐标系,串口通信,绘制曲线,有注释,基于MFC的dialogbased工程,关键词:MSCOM控件,CDC绘图,坐标系绘制,日期显示,动态显示曲线-VC++ MFC drawing coordinate system, serial communication, drawing curves, with notes, based on MFC' s dialogbased works Keywords: MSCOM control, CDC Graphics, coor
  3. 所属分类:Dialog_Window

    • 发布日期:2016-06-04
    • 文件大小:3.59mb
    • 提供者:麦志伟
  1. MFCOpengl

    0下载:
  2. 用Mfc写的一个三维图形运动的程序,用了OpenGL。看看吧-Written by a three-dimensional graphics Mfc sports program, with a OpenGL. See it
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:155.06kb
    • 提供者:张旭
  1. OGraaphicsChhp

    0下载:
  2. OpenGL有着非常好的交互式程序源码设计接口,通过选定与反馈等机制能非常好的实现交互式绘图设计。再与MFC相结合,简直能非常容易的开发出相关的类CAD软件源码。由OPENGL负责图元的创建与编编辑以实现动画,由由MFC负责与操作系统的信息交换。分工合作,层层实现在主菜单上新建三个不同的菜单项分别实现生成图元,拖动图元,删除图元的功能。特别的,关于直线的拖动要用到橡皮直线技术。 可直接使 -OpenGL has a very good interactive program source c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:30.84kb
    • 提供者:despise
  1. OpenglAndMFC

    0下载:
  2. opengl在MFC框架下的使用示例代码,适合于在MFC下进行图形渲染的开发者-This rather large and impressive MFC contribution demonstrates, multiple OpenGL views, rubber banding, color ramp, mouse trackball type control, OpenGL printing, etc., in a MFC MDI and SDI framework. This was
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-10
    • 文件大小:8.28mb
    • 提供者:邵绪强
  1. CPendulumOpenGL

    0下载:
  2. MFC, OpenGL, 创建的二维摇摆,-Pendulum with MFC and OpenGL
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-17
    • 文件大小:3.83mb
    • 提供者:闫瑞君
  1. oglMFCDialog

    0下载:
  2. 用OpenGL和MFC单文档进行3D显示的简单实例,在VC++6.0环境调试通过 -programming with OpenGL and MFC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-27
    • 文件大小:9.27mb
    • 提供者:HLJin
  1. OpenGLframe

    0下载:
  2. MFC下建立opengl框架,简单易学,有明确的注释(Building a OpenGL framework with MFC)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1.77mb
    • 提供者:seaboy11
  1. op

    0下载:
  2. 在MFC单文档上结合OPENGL绘图,实现鼠标的选取(Combined with OPENGL drawing on MFC single document, the selection of mouse is realized.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:87kb
    • 提供者:Ilson_
« 12 »
搜珍网 www.dssz.com