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

搜索资源列表

  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. CheckersCode

    0下载:
  2. its the main window of the game with the explanation of checkers logic. Very good for beginners to understand the win32 APIs
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.88kb
    • 提供者:priyesh
  1. win32openglwindow

    0下载:
  2. This a basic example of a Windows 32 window with an Open GL rendering context. It is a good starting point for opensource Win32 OpenGL programming without microsoft visual studio and other expensive programs.-This is a basic example of a Window
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1.68kb
    • 提供者:3x0sk3l3t0n
  1. Tutorial1

    0下载:
  2. Windows平台的2D Game实例1, 使用了C++和OpenGL.这个souce不但是OpenGL技术,还可以学习到两个方面的技术: part1: win32的消息循环, OpenGL的设置.画一些简单的图形. part2: 处理并且显示卡通图片. -This source focuses on 2D game development with C++ and OpenGL for Windows platform. We will not only focus on Ope
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:7.42kb
    • 提供者:hb
  1. 5Tri_RecTangle_3D

    0下载:
  2. 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现在屏幕中画一个三角锥体和正方体,并可在窗口中旋转。-Using VisualC++ Win32 application development an OpenGL program to achieve draw a triangle on the screen in the cone and the cube, and can rotate in the window.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1.32mb
    • 提供者:ZhangQL
  1. OpenGL-Realize-Win32-AppWizard

    0下载:
  2. 这个程序可以用于自动生成OpenGL的应用程序框架,使用它,将产生一个项目,该项目包括CApp和CMainWnd。其中CApp包括创建主窗口、初始化OpenGL、维护消息掌管屏幕更新。CMainWnd包括了主窗口和OpenGL呈现上下文。-This procedure can be used to automatically generate an application framework for OpenGL, use it, will produce a project that incl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:187.81kb
    • 提供者:黄大伟
  1. MFCwithOpenGLWindow

    0下载:
  2. 用多线程方法实现在MFC/WIN32中调用OpenGL函数创建OpenGL窗口的源码,省了对控制台的依赖-Methods to achieve multi-threaded OpenGL function is called to create the source code of the OpenGL window, saving the dependence on the console in MFC/WIN32
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4.28mb
    • 提供者:xiaobo
  1. MFCwithOpenGLWindow51

    0下载:
  2. MFCwithOpenGLWindow51-用多线程方法实现在MFC/WIN32中调用OpenGL函数并创建OpenGL窗口源码.增加了glut定时器控制显示刷新,使得可以在MFC中方便地控制GL绘图。-MFCwithOpenGLWindow51-method with multi-threaded OpenGL function call in the MFC/WIN32 and create OpenGL window source. Increased the glut timer con
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4.29mb
    • 提供者:xiaobo
  1. glew-1.9.0-win32

    0下载:
  2. GLEW是一个跨平台的C++扩展库,基于OpenGL图形接口。使用OpenGL的朋友都知道,window目前只支持OpenGL1.1的涵数,但 OpenGL现在都发展到2.0以上了,要使用这些OpenGL的高级特性,就必须下载最新的扩展,另外,不同的显卡公司,也会发布一些只有自家显卡才支 持的扩展函数,你要想用这数涵数,不得不去寻找最新的glext.h,有了GLEW扩展库,你就再也不用为找不到函数的接口而烦恼,因为GLEW能自动识 别你的平台所支持的全部OpenGL高级扩展涵数。也就是说,只要包
  3. 所属分类:OpenGL program

    • 发布日期:2017-10-31
    • 文件大小:1.33mb
    • 提供者:yangan
  1. 5DGS-Win32-Framework

    0下载:
  2. openGL简单窗口框架…使用很方便,以后对于简单的程序员只用在里面相应位置填写代码就好了-simple openGL window frame ... very easy to use, the future for a simple programmer just fill in the corresponding position on the inside like a code
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-21
    • 文件大小:32.79kb
    • 提供者:魏东林
  1. OPENGL_MFC_study

    0下载:
  2. 在OpenGL学习过程中,NeHe 的教程为 Win32 窗口程序,对于初学者来说,多有不便,这里我写了一个基于MFC的框架,其中已经包含了 鼠标旋转 等功能。-Learning process in OpenGL, NeHe tutorials for Win32 window procedure, for starters, more inconvenient, where I wrote a MFC-based framework, which already contains the m
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:556.05kb
    • 提供者:杨网
  1. 5DGS-Win32-Framework

    0下载:
  2. 实现分割窗口显示与操作图形,并可改变光滑程度;具体操作参看代码-Implement split window display and operation graphics, and change smoothness
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:6.52kb
    • 提供者:zqasd
  1. opengl_window

    0下载:
  2. 在Win32中封装的OpenGLContext类,在Win32窗口中使用OpenGL绘制图形。 注:工程中OpenGL_D配置文件需要提供环境变量OpenGL,否则需要使用者自行配置OpenGL-In the Win32 package in the OpenGLContext class, in the Win32 window using OpenGL to draw graphics. Note: The OpenGL_D configuration file in the pro
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-13
    • 文件大小:9.53mb
    • 提供者:han tao
  1. glew-1.5.1-win32

    1下载:
  2. window下opengl的glew库; glew库可使程序员编写opengl程序的效率提高许多 最新版的OPENGL编程指南这本书就使用了glew库(The glew Library of OpenGL under window; The efficiency of glew library enables programmers write OpenGL program to improve a lot The latest edition of the OPENGL program
  3. 所属分类:OpenGL

    • 发布日期:2018-04-30
    • 文件大小:586kb
    • 提供者:asdic
搜珍网 www.dssz.com