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

搜索资源列表

  1. Paint3D

    0下载:
  2. QT+OpenGL绘制三维图形,包括正四面体,立方体,及利用帧缓存技术的水壶绘制-QT+OpenGL draw 3D image
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:9788
    • 提供者:郭芳华
  1. (openGL)Fllood_4_8

    4下载:
  2. 实验四 不规则区域的填充算法 实验题目:不规则区域的填充算法 实验目的:验证不规则区域的填充算法 实验内容:利用VC与OpenGL,实现不规则区域的填充算法。 1、必做:实现简单递归的不规则区域填充算法。 2、选做:针对简单递归算法栈空间占用太大的缺点,进行改进,实现基于扫描线的种子填充算法 实验要求: 将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。 用鼠标点击的方式,绘制不规则区域的边界。 种子填充算法,可用4联通或8联通任选一种
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:647454
    • 提供者:赵雯雯
  1. opengl--bicycle

    0下载:
  2. 可以在C++上利用opengl实现绘制自行车的小程序 欢迎下载-You can use opengl achieve drawn on C++ bike are welcome to download a small program
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:1205
    • 提供者:lee
  1. tianchong

    0下载:
  2. 可以利用c++中的OpenGL绘制一个图形进行填充 欢迎大家下载-You can use c++ the OpenGL graphics rendering a populated welcome to download
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:694
    • 提供者:lee
  1. VCPPandOpenGLview-word

    0下载:
  2. vc++使用opengl绘制并显示图像时,用于编辑并显示图像中的文字。-when vc++ using opengl rendering and display images for editing and displaying text in the image.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:6970
    • 提供者:xiaoyan chen
  1. opengldrawPxuanran

    0下载:
  2. 在vc++,使用opengl绘制图形,增加颜色渲染,绘制与渲染一体化-In vc++, using opengl rendering graphics, increased color rendering, drawing and rendering integration
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:6250
    • 提供者:xiaoyan chen
  1. Curve-Fitting

    0下载:
  2. 基于最小二乘法的曲线拟合,并用OpenGL绘制曲线。-Curve fitting based on least square method,and display the curve by using OpenGL.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3576
    • 提供者:xuyunhan
  1. openGL

    0下载:
  2. 分别用普通构建方式和显示列表对物体进行绘制,实现各种复杂的交互控制-Were built with ordinary ways and display a list of objects to draw, to achieve a variety of complex interactive control
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-01
    • 文件大小:13721411
    • 提供者:kaukau
  1. hongsewujiaoxing

    0下载:
  2. 红色五角星由由opengl绘制的红色五角星,红色的图案色背景色是黄色,前景色是红色-Red five-pointed star drawn by opengl by the red five-pointed star, red pattern color
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:299195
    • 提供者:王芳芳
  1. SX1303224_3

    0下载:
  2. 利用OpenGL绘制不断旋转的生日蛋糕。应用工具库中的圆柱体、球,通过使用旋转、平移、放大缩小等方法变换坐标,组成蛋糕、蜡烛、火焰等相应物体。-Using OpenGL drawing birthday cake constantly rotating. Utility library cylinders, spheres, through the use of rotating, panning, zooming and other methods transform coordinates
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:7969474
    • 提供者:王静
  1. solid-opengl

    0下载:
  2. 画动画的球体opengl库绘制,还不错有mfc界面-Painted animation sphere opengl rendering library
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-17
    • 文件大小:416381
    • 提供者:陈东波
  1. startopengl

    0下载:
  2. 使用两种方法,利用opengl绘制六角星,-Using two methods, the use opengl rendering the Star of David,
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-01
    • 文件大小:935945
    • 提供者:reignian
  1. opengl球体数据生成与绘制

    0下载:
  2. 体绘制,opengl,球体数据生成与绘制-volume rending,opengl
  3. 所属分类:3D图形编程

    • 发布日期:2017-04-13
    • 文件大小:1908
    • 提供者:dong
  1. SnowGL

    0下载:
  2. opengl 绘制的,非常漂亮的下雪场景-opengl rendering, very beautiful snow scene
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1661318
    • 提供者:方沫沫
  1. Flag

    0下载:
  2. 一个简单的使用OpenGL绘制五星红旗的程序,适合初学者了解最基础的图形绘制和运作机制。需预先安装GLUT库。-A simple use OpenGL flag program, suitable for beginners to understand the most basic graphics rendering and operating mechanisms. GLUT libraries need to be pre-installed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:801
    • 提供者:Eu
  1. circle

    0下载:
  2. 用OpenGL绘制一个圆,元的颜色为白色,系统默认颜色。-shape a circle
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:567
    • 提供者:刘小
  1. flag

    0下载:
  2. 利用opengl绘制的红旗并显示,可以飘动。-Use opengl rendering and display the red flag can flutter.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1570567
    • 提供者:gongxuewei
  1. openglDraw

    0下载:
  2. 北航图形学第一次作业 opengl绘制任意图形-The first Northern graphics opengl draw any graphics operation
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:192667
    • 提供者:邢畅
  1. opengl-rob

    0下载:
  2. 用opengl进行的机器人模型的绘制,简单模拟机器人运动状态,是opengl入门级小程序- opengl draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4295
    • 提供者:qqf
  1. Render-pentagram-and-clock-opengl

    0下载:
  2. 计算机图形学绘制五角星和时钟,OpenGL-Computer graphics rendering pentagram and clock, OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:1197
    • 提供者:David
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 ... 50 »
搜珍网 www.dssz.com