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

搜索资源列表

  1. openglexample2

    0下载:
  2. 一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建漂亮的色彩混合。效果相当不错!-teaches you to a triangular and quadrilateral add two different types of coloring method opengl procedures, Use Smooth coloring (coloring smoothing) trian
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:15511
    • 提供者:张阳
  1. PrintGL_Fietiger

    0下载:
  2. 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:331520
    • 提供者:fietiger
  1. c++_opengl_selection

    0下载:
  2. 本文提出并实现一种用于三维坐标拣选的RIP(Ray-Intersection-Penetration)方法。介绍了如何在已经渲染至窗口的三维场景中,使用鼠标或者相关设备拣选特定三维对象的方法。此方法对于正交投影或透视投影均有效,相对于OpenGL自带的选择与反馈机制,本方法无论是拣选精度还是算法实现效率均高出许多,是一种比较通用的解决方案。-this paper, and for the realization of a three-dimensional coordinates of the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40862
    • 提供者:wanhy
  1. liujc

    0下载:
  2. 这是计算机图形学的一个作业--直线裁剪,需要vc再搭配openGL使用,使用方法:输入直线两端点坐标即可,记得输入是X1回车Y1回车X2回车Y2!-This is a computer graphics operations -- cutting straight, vc longer need to use openGL mix, use : Admission at both ends of linear coordinates can be, remember import X1 X2 r
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2427
    • 提供者:刘培坚
  1. OpenGL_MC

    2下载:
  2. 基于OpenGL和vc++。对一套网格化后的.GRD文件运用MarchingCube方法绘制的等值面。 marchingtcube.h文件可重复利用。-based on OpenGL and vc. On a grid of the. GRD document mapping method used MarchingCube the isosurface. Marchingtcube.h paper can be reused.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:65858
    • 提供者:xuroc
  1. OpenGLCloud

    0下载:
  2. 本程序主要介绍白云的模拟技术,使用的方法是盒子(BOX)的方法!-this program introduces the cloud simulation technology, the methods used are box (BOX) method!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:51219
    • 提供者:h
  1. OpenGLSky

    0下载:
  2. 本程序主要介绍蓝天的模拟技术、采用球形(dome)方法。-this program introduces the sky simulation technology, using spherical (dome) method.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:114340
    • 提供者:h
  1. raytracer3

    3下载:
  2. 此实验是用opengl和vc++进行编程的。它主要是实现光线追踪,但是运用了不同的场景和方法-this experiment is opengl and vc for programming. It is primarily to achieve ray tracing, but the use of different scenarios and methods
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:12487
    • 提供者:李柳
  1. raytracer4

    0下载:
  2. 本实验也是光线追踪问题,但运用了不同的方法和场景-ray tracing problems, but using different methods and Scene
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:15691
    • 提供者:李柳
  1. raytracer1

    2下载:
  2. 本实验是光线追踪问题,采用了opengl和vc++进行编程。采用了不同场景和方法-this experiment is ray tracing, and use the opengl vc for programming. Using different scenarios and methods
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11369
    • 提供者:李柳
  1. openglline

    0下载:
  2. 程序使用了Bresenham算法的思想,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<1,>1最终问题分成了两种情况。在直线插补程序的一开始,把斜率为正无穷的情况单独进行讨论。最终完成了整个程序-procedures for the use of the Bresenham algorithm thinking, four quadrant of the issue through the exchange of endp
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:87081
    • 提供者:吴子朝
  1. Lesson3ColorTriangles

    0下载:
  2. 利用OpenGL绘制的彩色的三角形,了解基本的函数使用方法-use OpenGL rendering of the color triangle, understanding the basic functions use
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:59524
    • 提供者:zhangwei
  1. hhm_A02_OpenGL

    0下载:
  2. openGL的基本图形,显示基本图形的绘制方法-the basic Open GL graphics, that the underlying graphics rendering method
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:16412
    • 提供者:侯会满
  1. hhm_A03_OpenGL

    0下载:
  2. OPenGL的组合图形,显示组合图形的绘制方法-combination of OpenGL graphics, showing the combination of graphics drawing method
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:17501
    • 提供者:侯会满
  1. hhm_A04_OpenGL

    0下载:
  2. OPENGL摄像漫游,显示摄像漫游的方法的源代码-OpenGL camera roaming, roaming camera shows the source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:17742
    • 提供者:侯会满
  1. hhm_A5_OpenGL

    0下载:
  2. OPENGL文字显示,文字显示的方法的代码-OpenGL words, the text revealed the code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:33198
    • 提供者:侯会满
  1. opengl_circle

    0下载:
  2. 早OPENGL中用逼近的方法画圆,工具是vc++,我刚学opengl,还有很多不懂的地方,希望和大家交流。-early OpenGL used approximation methods Circle, the tool is the vc, I just learning opengl, There are many who do not understand, and we hope that the exchanges.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40092
    • 提供者:蓝西
  1. MyCollision2

    0下载:
  2. 本程序主要介绍碰撞检测编程的具体方法,通过计算空间点与平面的距离-the procedures introduced Collision Detection of specific programming method by calculating space points and the distance between the plane
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:34070
    • 提供者:Quard
  1. OOWin32

    0下载:
  2. NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的O
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:19873
    • 提供者:zw
  1. wavesSCA

    2下载:
  2. 介绍三维海浪仿真的方法,介绍了海浪的造型公式及其实现方法,运用openGL制作-wave of 3D simulation method, introduced the wave shape of the formula and its realization, Making use openGL
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3784193
    • 提供者:丁绍洁
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com