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

搜索资源列表

  1. glhare

    0下载:
  2. 计算机图形学 入门示例,画兔子OpenGL 代码-Introduction to Computer Graphics example OpenGL code rabbit painting
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:332517
    • 提供者:Putelays.Yao
  1. whysupportnot

    0下载:
  2. 首先,一个编译单元(translation unit)是指一个.cpp文件以及它所#include的所有.h文件,.h文件里的代码将会被扩展到包含它的.cpp文件里,然后编译器编译该.cpp文件为一个.obj文件-First of all, a compiler module (translation unit) is an. Cpp file and# include it all. H files,. H file of the code will be extended to includ
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:8788
    • 提供者:赵雷
  1. MYFIREWORK

    0下载:
  2. 这是一用openGL编写的模拟烟火的程序的源代码。效果很好。-This is a simulation using openGL pyrotechnic prepared the source code of the program. Good effect.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:31471
    • 提供者:
  1. SymbolicDifferentiation

    0下载:
  2. 这是在codeproject下的老外的代码,没有工程文件(dsw、dsp),但有demo演示。对输入的函数(如log(x),sign(cos(x)))都能在直角坐标系上画出相应的图,还有表达式分解的过程,很强大。-This is a foreigner under the codeproject code, there is no project files (dsw, dsp), but demo demo. A function of the input (such as log (x),
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:209930
    • 提供者:李庭向
  1. OPENGL_MFC_TUTORIALS

    0下载:
  2. it has been assumed that the reader has a fundamental Windows programming background and is also familiar with the Microsoft Foundation Classes (MFC). The reader need not have any background in OpenGL. All the code for these tutorials has been writte
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3801170
    • 提供者:vivek
  1. nehe-opengl-chinese-all-version

    1下载:
  2. nehe OPENGL 简体中文教程48课完全版,每课含示例代码,极品-Simplified Chinese nehe OPENGL Tutorial Lesson 48 full version, including sample code for each class, the best! ! !
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-27
    • 文件大小:9764987
    • 提供者:曾方敏
  1. pencil

    0下载:
  2. 运用OPENGL代码编写的一个绘制铅笔和杯子的程序,给人一种非常真实的感觉。-OPENGL code prepared by the use of a pencil drawing of the procedure and the cup, giving a very real feeling.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:33113
    • 提供者:古易
  1. Smoke

    0下载:
  2. This is a C++ program using particle system to simulate the spread of smoke
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1302098
    • 提供者:leo
  1. GPU.Gems.3

    0下载:
  2. GPU Gems 3英文版,全文,电子书格式-GPU Gems 3 in English, full text e-book format
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-17
    • 文件大小:26866264
    • 提供者:wang gang
  1. TDDOWNLOAD

    0下载:
  2. nehe教程中的部分代码,对学习opengl有很达的帮助,大家一起学习吧-Tutorial nehe some code, opengl learning there are up to help everyone to learn it
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5625048
    • 提供者:张邦雄
  1. TheRedBook

    0下载:
  2. opengl红宝书 包含源码例子程序 可以通过学习例子程序 来初步学习opengl-Little Red Book contains the source code examples opengl program
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4494655
    • 提供者:dw
  1. MyDlgOpenGL

    1下载:
  2. vc OpenGL对话框程序框架 播放旋转立方体,用户可以直接修改绘制部分代码-vc OpenGL Framework dialog cube rotation player, users can directly modify the mapping part of the code
  3. 所属分类:OpenGL

    • 发布日期:2013-07-19
    • 文件大小:7709554
    • 提供者:古月
  1. vw_max260

    0下载:
  2. code for max260 filter
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:13281
    • 提供者:ss
  1. SimpleApp

    0下载:
  2. Gamebryo编写的原代码2,用来学习游戏框架的好例子-Gamebryo prepared the original code 2, the framework used to study the game a good example of
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:66356246
    • 提供者:hiroshiryu
  1. LOTR

    0下载:
  2. 火焰例子,这个一个指环王的游戏的一段火焰代码,是基于OPENGL的-Flame example, the one Lord of the Rings game code section of the flame is based on the OPENGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:3015896
    • 提供者:刘珂朋
  1. LIGHT

    0下载:
  2. 采用VC++6.0和OpenGL结合编程的方法实现了三维图形的绘制和现实光照效果的模拟。本代码为一个光照效果模拟程序,可通过直接改变光照参数调节光照程度,和材质表面。-Using VC++6.0 and OpenGL programming method combined with a three-dimensional graphics rendering and realistic simulation of lighting effects. The code for a simulati
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:82626
    • 提供者:snowcherry
  1. Block

    0下载:
  2. OpenGL in c++ sample code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:2708
    • 提供者:ehsan nekooee
  1. abuse-0.7.1.tar

    0下载:
  2. Alien Abuse Source code for the commercial crack dot com game Abuse. Public Domain
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:719285
    • 提供者:widget
  1. Lesson1

    0下载:
  2. OpenGL学习 NeHe基础代码lessons1 创建一个OpenGL窗口-NeHe code to learn the basis of OpenGL to create a OpenGL window lessons1
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2115125
    • 提供者:m1q1
  1. VisualCpp_OpenGl_particle

    0下载:
  2. Visual C++ 写的粒子模拟程序,很不错-Visual C++ code with OpenGL to simulate particle
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1879865
    • 提供者:蓝色飘零
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com