CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OpenGL 绘制

搜索资源列表

  1. OpenGLdrawFont

    0下载:
  2. 在通过OpenGL绘制的成精中显示文字,平台为vc+=6.0,通过本例程可以了解如何通过openGL显示文字-Through the OpenGL rendering into a fine display text, the platform for vc+ = 6.0, through this routine you can learn how to display text through openGL
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:17923
    • 提供者:hl
  1. Bezier

    0下载:
  2. OpenGL实现贝塞尔曲线绘制 希望对你有所帮助
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:908321
    • 提供者:okc
  1. OpenGL_ch2

    0下载:
  2. 基于MFC单文档的OPENGL绘制显示示例-MFC single document based on the OPENGL drawing shows an example
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:31911
    • 提供者:
  1. opengl-2d-3d

    0下载:
  2. opengl+vc绘制二维三维图形,很有值得借鉴意义-opengl+vc draw 2d 3d dimion graher,very good
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:256480
    • 提供者:亲镇
  1. RayCasting

    1下载:
  2. 2. 程序都是用RayCasting算法绘制一个球体,体数据在运行时产生,球体以(64,64,64)为球心,64为半径,包围盒即为此球体的外切立方体,投影平面为Z=128,大小为400*400,恰为包围盒的其中一个面所在的平面,光线追踪扫描时,是按照从前向后的顺序;源码1_平行光照射下的RayCasting算法实现”中的源码如名所示,是在平行光的追踪下,球体在二维平面上颜色和透明度的成像-Raycasting
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2937106
    • 提供者:zxm
  1. GLcolor

    0下载:
  2. 使用openGL绘制一个彩色板,其中有多边形的绘制操作和多边形颜色的填充-The use of openGL draw a colored plate, including the operation and polygon drawing polygon fill color
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:255755
    • 提供者:liyanjie
  1. openGLTriangle

    0下载:
  2. 用openGL绘制三角形,使用了旋转,平移,缩放,以及视景体的大小调整-Draw a triangle with openGL, using rotation, translation, scaling, and adjusting the size of the view frustum
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:220122
    • 提供者:liyanjie
  1. glwork

    0下载:
  2. 利用opengl编写的荷兰风车,采用aux模块绘制,并有颜色设置,采用双缓存实现绘制输出-Prepared using opengl Dutch windmill, using aux module rendering, and have color settings, using double-buffering to achieve the output drawing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:15590
    • 提供者:申文涛
  1. SolarSysghp

    0下载:
  2. 利用opengl绘制的太阳-地球与星体,环绕纹理贴图和二维背景贴图-Use opengl drawing the sun- Earth and the stars, surrounded by the background texture mapping and two-dimensional mapping
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:205926
    • 提供者:申文涛
  1. drawlines

    0下载:
  2. 分别用DDA算法、Bresenham算法、OpenGl绘制五万条斜线,比较绘制速度。-Draw 50 000 slashes using DDA algorithm, Bresenham algorithm and OpenGl respectively. Compare the rendering speed.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:91329
    • 提供者:wxn
  1. opengl

    0下载:
  2. 实现MFC与opengl的接口编程,能够绘制较复杂的图形。-Achieve the MFC with the opengl interface programming, one can draw more complex graphics.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4462878
    • 提供者:xuqi
  1. OpenGLBase

    0下载:
  2. 使用VC++、OpenGL绘制的基本图元-Using VC++, OpenGL drawing of basic graphic element
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:1014193
    • 提供者:jiangchao
  1. openglwindow2

    0下载:
  2. 利用vc++,opengl绘制的三角形,并绕一点转动-Using vc++, opengl draw the triangle, and turn around point
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-16
    • 文件大小:9822
    • 提供者:xiaoxiao
  1. parse

    0下载:
  2. 使用c++解析3ds文件,并用openGL绘制出来-Using c++ parsing 3ds file, and draw out with openGL
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1383853
    • 提供者:weiming
  1. shadowolane

    0下载:
  2. opengl 阴影绘制,实现动态阴影绘制,效果好,容易看懂-opengl shadowmap
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:909790
    • 提供者:anny
  1. OpenGLRoaming

    0下载:
  2. 利用OpenGL绘制3D图形,在各个面上贴上响应的纹理图像,并在场景中进行前后上下左右移动和转动,还可以开启不同的雾效,走路时还有抖动效果-Use of OpenGL 3D graphics rendering, response in various surface texture paste, and up and down in the scene to move around and turn around, you can also open different fog effects
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:357389
    • 提供者:小小
  1. gangqin

    0下载:
  2. 自己 用OPENGL 绘制的一架 钢琴,-Own use OPENGL rendering of a piano,
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3340526
    • 提供者:柯富强
  1. 1.2

    0下载:
  2. OpenGL的简单程序,绘制简单的图形,包括圆形方形等。-A simple OpenGL program, draw a simple graph, including round square, etc..
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:75825
    • 提供者:guojian
  1. 1.4

    0下载:
  2. OpenGL的简单程序,绘制简单的三维物体。程序中绘制了椎体了柱体-A simple OpenGL program, draw a simple three-dimensional objects. Program has drawn vertebral column
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:69329
    • 提供者:guojian
  1. GraphicsHomework

    6下载:
  2. 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统,应老师要求,完成的主要功能如下。 必做部分: 1. 采用3DS Max对三维场景进行了建模。场景中包含了建筑物、道路、天空等基本元素,实现了场景的纹理贴图功能。(见图1,2) 2. 实现了通过3DS Loader读取场景数据。 3. 使用了OpenGL和GLUT扩展库来实时绘制上述场景,画面生成速度达到36帧/秒。 4. 提供了友善的用户界面,并实现了多角度场景的交互漫游,可以以第一人称行走的方式漫游场景
  3. 所属分类:OpenGL

    • 发布日期:2013-05-06
    • 文件大小:14389414
    • 提供者:王晓宁
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com