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

搜索资源列表

  1. glwater

    1下载:
  2. 一个用OPENGL模拟水面波动的程序,虽然很简单,但是清楚的说明了水面模拟的基本思路,很适合学习。-a simulation using OpenGL surface fluctuations in the proceedings, although it is very simple. However, a clear indication of surface simulation basic idea is well-suited to learning.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:39366
    • 提供者:sinan
  1. quickhull4

    0下载:
  2. 凸包算法,运用分治的思想,用opengl显示出来-convex hull algorithm, the idea of partition, with opengl show
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:25861
    • 提供者:wangmiao
  1. 拓展的Bresenham画直线(全象限全斜率)

    1下载:
  2. 拓展的Bresenham画直线(全象限全斜率),采用实时判断斜率的方式分别对正负斜率进行处理,用了对称的思路做出图象。效果很好,代码非常简洁明了。,Bresenham draw a straight line extended (all-quadrant all-slope), the use of real-time manner to determine the slope of the positive and negative slope, respectively, to deal w
  3. 所属分类:OpenGL

    • 发布日期:2016-10-17
    • 文件大小:290669
    • 提供者:Wwh
  1. OpenGL.RayTrace

    0下载:
  2. 本程序按照展示影响光照效果因素的思想进行设计,按照OpenGL中光线跟踪步骤实现,主要做了静态多光源,材料属性对光照效果的影响,动态光源三个方面展示的工作。-This procedure results in accordance with the display light of factors influence the design of the idea, according to Ray-tracing the steps of OpenGL to achieve, mainly to
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:828589
    • 提供者:王瑞
  1. 07-OrthographicProjection

    0下载:
  2. This project will illustrate the basic idea to use orthogonal projection in openGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:22299
    • 提供者:SieuTruc
  1. bsp doom

    0下载:
  2. BSP算法演示。内附可执行文件,模拟在迷宫中行走-This is my simple leafy BSP tree demo. Its nothing spectacular but it gives you an idea about how to build the tree and render it from back to front (no depth buffer needed).
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:106821
    • 提供者:qq
  1. glm-0.9.0.6

    1下载:
  2. OpenGL Mathematics (GLM) is a C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification. The goal of the project is to provide to 3D programmers math classes and functions that miss in C++ when we use to p
  3. 所属分类:OpenGL program

    • 发布日期:2016-10-30
    • 文件大小:1390592
    • 提供者:Sukuma Ubhada
  1. ogl_offscreen_rendering_1

    0下载:
  2. 基于opengl实现的离屏渲染效果,基本思路是渲染到纹理。-Opengl implementation based on off-screen rendering, the basic idea is to render to texture.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2442166
    • 提供者:决云
  1. texturehw5.tar

    0下载:
  2. open gl version giving idea about how to use raw files instead jpeg and md files extract and compile with g++ -lm -lglut -lGL -lGLU hw5.c-open gl version giving idea about how to use raw files instead jpeg and md files extract and
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:95452
    • 提供者:souku
  1. opengl_qt_texture_mapping

    1下载:
  2. 纹理映射简单的讲,就是把一个纹理(其实说白了,纹理可以理解为一幅图像)映射到空间物体的表面上,因此纹理映射也叫贴图,这个表明不一定是矩形,比如说我可以是球面,或者是任意曲面。在上一篇文章OpenGL_Qt学习笔记之_04(3D图形的绘制和旋转)中,我们绘制的空间体的表面都是一些光滑的颜色,如果要在其表面采用那种方法绘制图像的话,则必须利用微分的思想,一个一个的绘制小图像,然后拼接起来,可想而知,这个过程是多么的复杂,opengl的纹理映射就可以很好的解决这一问题。 这个实验室在上一篇博文Op
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:390765
    • 提供者:wuwei
  1. Three-dimensional-technique

    0下载:
  2. 将三维技术应用到发型设计领域是一个具有独创性的设想,详细介绍了三 维发型设计系统的实现过程,通过在系统中运用OpenGL 技术并与其它建模技术灵活地结合起来, 使该系统具有强大的交互性和三维空间立体设计功能-The application of the three-dimensional technology to the field of hair styling is an ingenious idea, detailed 3D Hair Design system implemen
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:535603
    • 提供者:李阳
  1. color_assoication

    0下载:
  2. 基于glut的分层设色图生成程序。利用了颜色关联表的简单思想。-This a layered color texture generating program based on glut, taking the simple idea of color association chart.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1044
    • 提供者:Charles
  1. grapht-master

    0下载:
  2. Grapht is a light-weight dependency injector. It converts the dependency injection problem into a graph-based problem that can be solved and analyzed without constructing any components until a solution is guaranteed. The solution graph is also expos
  3. 所属分类:OpenGL

    • 发布日期:2018-01-06
    • 文件大小:935936
    • 提供者:bismark10
  1. code_variable

    0下载:
  2. 在Linux系统中实现对PET的仿真,给予VGATE平台实现,初步提出变结构的设想,提高成像的空间分辨率,减弱DOI效应的影响。(In the Linux system, the simulation of PET is realized and the VGATE platform is implemented. The tentative idea of changing the structure is proposed, the spatial resolution of the ima
  3. 所属分类:OpenGL

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:woaihb
搜珍网 www.dssz.com