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

搜索资源列表

  1. VS2008OpenGL.rar

    0下载:
  2. VS 2008中的OpenGL开发库,非常值得下载学习 对应使用vs2008者很有帮助,VS 2008 Development of the OpenGL library, is very worthy of study and the corresponding download vs2008 are very helpful to use
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-31
    • 文件大小:527377
    • 提供者:刁剑
  1. NTGraph3D

    0下载:
  2. 一个绘制3D的ActiveX,直接加入工程就能绘制3D图像-An ATL/STL ActiveX control based on OpenGL library for 3D data visualization
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-03
    • 文件大小:128992
    • 提供者:晨间
  1. GLUTfunctions

    0下载:
  2. GLUT函数,opengl中的Glut的函数库-GLUT function, opengl function of the Glut library
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:6405
    • 提供者:吕时有
  1. sanxing

    0下载:
  2. 该程序是基于OpenGL类库在C++平台下模拟的地球,月球,太阳的三星运行状态-The program is based on the Earth to simulate by the the OpenGL library C++ platform, the moon, the sun, Samsung running state
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-07
    • 文件大小:221171
    • 提供者:尚伟涛
  1. GLFW-OpenGL

    0下载:
  2. 这个OpenGL框架的最终目的是希望尽可能简化大家开发OpenGL的工作量。因为OpenGL的开发需要很多的设置工作,虽然有一些OpenGL的工具库可以帮你解决这个问题,如GLUT,但是GLUT不是非常的绿色,而且不能用作商业用途。所以,作者写了这个框架/库函数,你可以用于你的OpenGL开发中。-The OpenGL framework for the ultimate purpose is to simplify as much as possible the workload of all
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:782821
    • 提供者:lyw
  1. SmartOGCtrl

    0下载:
  2. VC++简单的OpenGL封装库源文件,刚开始学习OpenGL,觉得OpenGL虽然好,但是仍有不足的地方。首先要按照它的一些语法去写东西,每个应用都要写一些重复的代码;第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线、画图形等东西。因此,为了方便使用,自己把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。-VC++ simple OpenGL library package source files, just started lea
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:105815
    • 提供者:Massachusetts
  1. 3DSLoader

    0下载:
  2. 3ds file loader with opengl (GLUT LIBRARY)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:55705
    • 提供者:Sergey
  1. openGL

    0下载:
  2. openGL库文件 openGL库文件 openGL库文件-openGL library files openGL library files openGL library files openGL library files openGL library files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:446966
    • 提供者:hu
  1. OpenGL

    0下载:
  2. 用于计算机图像学的开源库,OpenGl。文件很全,整理齐全,方便大家使用。-Used computer graphics to learn open source library, OpenGl. File is full, finishing complete, easy to use you.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1004288
    • 提供者:huqiong
  1. VC4000_bcb

    0下载:
  2. 天敏VC4000,BCB链接库,需要用BCB做视频开发的朋友,可以下载-Tianmin VC4000, BCB-link library, need to do video developed by BCB friends, you can download
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:977452
    • 提供者:ma
  1. Framebuffer

    0下载:
  2. 在屏幕上显示一个不断旋转和由小到大变化的五彩立方体。使用OpenGL库。-Displayed on the screen and the small to large changes in a continuous rotation of colorful cubes. Use the OpenGL library.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1484
    • 提供者:lansesinian
  1. opengl_lib

    0下载:
  2. its the library for th opengl
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:741226
    • 提供者:chithu
  1. miniOpenGL_Design

    0下载:
  2. 基于(Visual C++ 6.0)MFC & OpenGL库编写的小型三维图形程序设计开发工具-Based (Visual C++ 6.0) MFC & OpenGL 3D graphics library written procedures for small-scale design and development tools
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2104779
    • 提供者:Sunny
  1. OGL_MFC

    0下载:
  2. 为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:106657
    • 提供者:tom
  1. OpenGL

    0下载:
  2. VC常用的OpenGL库文件下载,这些文件包括:GL.H、GLAUX.LIB、opengl.lib、OPENGL.DLL、GLEXT.H、GLU32.LIB、GLU.DLL、GLU.H、glu.lib、GLUT32.DLL、GLUT.DLL、glut.lib、OPENGL32.LIB、GLAUX.H、GLUT.H、WGLEXT.H等等。-VC OpenGL library file to download these files include: GL.H, GLAUX.LIB opengl.l
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:742643
    • 提供者:irihghh
  1. OpenGL

    0下载:
  2. OpenGL的库文件和头文件,可以直接使用-OpenGL library files and header files,it can be used directly
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:149448
    • 提供者:george
  1. OpenGL

    0下载:
  2. OpenGL图形编程库用于二维三维图形编程开发(OpenGL graphics programming library for two-dimensional and three-dimensional graphics programming development)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:643072
    • 提供者:尼尼宝贝
  1. MyGL

    0下载:
  2. opengl 库文件,里面包含了glut.h,glew.h,freeglut.h(OpenGL library file, which contains the glut.h, glew.h, freeglut.h)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:523264
    • 提供者:流火星矢
  1. openGL函数手册

    0下载:
  2. opengl函数手册,包括glut和基本库,是编程参考资料。(OpenGL function manual, including glut and basic library, programming reference material.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:7645184
    • 提供者:wangyan101712
  1. opengl函数查询

    0下载:
  2. OPENGL 函数查询(OPENGL class library query)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:410624
    • 提供者:pqw
« 12 3 4 5 »
搜珍网 www.dssz.com