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

搜索资源列表

  1. Graphicpach

    0下载:
  2. 是一个三维动画的OpengGL程序,里面含有OpenGL的坐标定义和图像显示类,可用于加入其它工程。-is a 3D animation OpengGL procedures, it contains the coordinates of OpenGL definition and image display type can be used to join other projects.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:36.34kb
    • 提供者:傅波海
  1. basicvector

    0下载:
  2. 作者: junglesong 这是我过去进行一个OpenGL项目时使用到的\"三维空间向量/点\"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处. 由于源程序涉及到保
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3.1kb
    • 提供者:黄景天
  1. eplan

    0下载:
  2. E战机是我花了几个月做的一个简单飞机游戏引擎,目前它支持,自定义资源,自定义单位,编辑关卡等功能! 因为我不是很懂OpenGL所以目前本游戏~还是使用GUI绘图~ 对CPU的~要求比较高~ 而且~OpenGL的纹理不是支持任何尺寸的图片~ 文件说明 Reslist.gam 游戏资源文件 游戏所需要的图片资源都在这里定义~ 目前它还是以文本形式保存的 WAV.txt 游戏声音资源文件~ 游戏里面用到的声音都在这里~ 也是文本保存 UnitX.txt 单位定义文件 所有游戏
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:637.14kb
    • 提供者:杨明
  1. ogl_cg_lighting

    0下载:
  2. 一个OpenGL程序调用Cg程序的例子,该Cg程序实现了光照的功能,可以自己定义一些光照参数!-a procedure called Cg OpenGL procedures example, the CG program the illumination function, their own definition of some illumination parameters!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:83.49kb
    • 提供者:吕新荣
  1. STL-View

    0下载:
  2. 以VC++作为开发平台,利用C++标准IO库的ifstream类型定义对象并绑定STL文件,再用标准库string类型中的getline逐行读取绑定的STL文件,最后,应用OPenGL绘制三角面片编程技术实现对STL文件格式的直观显示-Ifstream type definition object using the C++ standard IO library with VC++ as a development platform, and bind the STL file, getlin
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:256.44kb
    • 提供者:杨杨
  1. CGClass_Basic

    2下载:
  2. 学习cg语言的绝好例子,使用VC+OPENGL+GPU(CG语言)编程,自定义了一个cg类,通过此类可以方便的使用cg文件进行GPU编程,一个完整的VC框架,包含所有的.h和.cpp文件-Cg excellent language learning examples, the use of VC OPENGL GPU (CG Language) programming, since the definition of a category cg, through the use of t
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-21
    • 文件大小:132.19kb
    • 提供者:李文庆
  1. ScanLine

    0下载:
  2. 扫描多边形填充算法,在该文档中有详细地对扫描多边形填充算法有个明了的定义,易于理解,运行环境为VC-Scanning polygon filling algorithm, in which the documents are detailed on the scanning polygon filling algorithm has a clear definition and easy to understand operating environment for VC
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:61.75kb
    • 提供者:淋雨
  1. opengl

    0下载:
  2. OPENGL软件包应用penGL的着色描述表定义-OPENGL package penGL application of the definition of rendering
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:54.72kb
    • 提供者:qinguoming
  1. PRINTGL01

    1下载:
  2. 该程序使用VC和OPenGL制作了绘制出的图像输出到打印机上的程序。在程序中定义了一个处理OPenGL图形输出的类ClientCapture,在该类中实现OPenGL图形输出的各种功能。-The program uses OpenGL and VC produced a rendering of the image output to the printer process. In the procedure to deal with the definition of a class Open
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:58.44kb
    • 提供者:李冒
  1. RotateAndTranslateASierpinski(3Dimension)

    0下载:
  2. 该程序是一个三维的Sierpinski镂垫程序,是在VC++MFC环境下利用OpenGL编写的,并且可以通过鼠标和键盘旋转和移动该三维镂垫,采用递归方法,使用四个初始顶点定义一个四面体,可以随即选取四点作为四面体的四个顶点,条件是4点中任意3点不共线。而在该程序中必须进行隐藏面消除,同时该程序对初学分形理论者可以给予很好的启示。-The program is a three-dimensional Sierpinski gasket procedure is VC++ MFC environme
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:49.22kb
    • 提供者:蒋娟芬
  1. OpenGl_shubiao_guangzhao

    1下载:
  2. 这是我的计算机图形学实验,程序使用了NeHe的框架,通过读取一个PLY文件中的数据生成了一个兔子,有完整的鼠标和键盘交互,包括旋转、平移、光照等,不足之处是立体感不足,光照范围有限,开头的数组定义方法也很死板。-This is my test computer graphics, the program uses the NeHe' s framework, by reading data from a PLY file, generated a rabbit, a complete mo
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4.01mb
    • 提供者:
  1. Delaunay

    0下载:
  2. Delaunay三角剖分算法 . 一个非常强劲的VC编的Delaunay三角网生成算法,对您学习VC++或GIS的学习都有很好的帮助作用-In mathematics, and computational geometry, a Delaunay triangulation for a set P of points in the plane is a triangulation DT(P) such that no point in P is inside the circumcircle o
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:35.88kb
    • 提供者:yulin
  1. Simulation

    0下载:
  2. 用OpenGL实现的质点运动仿真,类的定义十分完善,易于扩展-OpenGL implementation with particle simulation, the class definition is perfect, easy to expand
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2.85mb
    • 提供者:jpj
  1. spotlight

    0下载:
  2. 们看到第一和第二个聚光源除了在颜色的定义上一个偏红,一个偏绿 ,其他没有任何不同,所以如果象我们后面作的,对一个物体开启一个光源,对 另一个物体开启另一个光源,就会产生一个点光源对不同物体发出不同光的效果-We see that the first and second polymer light except in the definition of a reddish color, a greenish, the other is not any different, so if, as w
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:164.56kb
    • 提供者:名人
  1. opengl_defined_constants

    0下载:
  2. OpenGL的定义的常量opengl defined constants-The definition of OpenGL constants opengl defined constants
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1.19mb
    • 提供者:qo
  1. star-heaven

    0下载:
  2. 三维星空的模拟,包括星星数据结构的定义,星星的动态产生,星星的绘制等-Three-dimensional simulation of the stars, including stars, the definition of data structures, dynamically generated stars, the stars of the draw, etc.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1.66mb
    • 提供者:Jiajia
  1. MyFountain

    0下载:
  2. OpenGL粒子系统老模拟喷泉的方法,包括粒子数据结构的定义以及rgb纹理数据的定义-OpenGL Particle System fountain of the old analog methods, including the definition of the particle data structure and texture data definition rgb
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6.48mb
    • 提供者:xiaoyun
  1. texture

    0下载:
  2. 用c++写一个程序,绘制一个图形并定义贴图为图形贴上纹理。-use c++ write a Program,draw a graph and definition pasted figure posted the paste to the graph.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:7.43kb
    • 提供者:lijinde
  1. OpenGL_54148

    0下载:
  2. OpengGL绘图框架 已包含窗口定义 可直接添加绘制代码-OpengGL drawing framework already contains the window definition can be directly added to the draw code
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3.23mb
    • 提供者:
  1. opengl-Camera

    0下载:
  2. 基于opengl的简单场景绘制,以及支持鼠标、键盘操作的漫游功能。-Files: Main.cpp (The Source File containing the main program code) Init.cpp (The Source File containing the Win32 and OpenGL initialization code) Camera.cpp (The Source File containing the camera implementati
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:64.02kb
    • 提供者:fenglei
« 12 »
搜珍网 www.dssz.com