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

搜索资源列表

  1. 清华大学-计算机图形学

    0下载:
  2. 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练习题 ■ 第4章 真实感图形学 ※ 颜色视觉 ※ 简单光照明
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3184405
    • 提供者:张强
  1. Round.c

    0下载:
  2. 01.//cnsGLArc.cpp : Defines the entry point for the console application. 02. 03. 04. 05.//Filename:cnsGLArc.cpp 06. 07.//Function:Draw arc by Bresenham 08. 09.//Author:9Cat 10. 11.//OS:WindowsXP Sp2 12. 13.//D
  3. 所属分类:源码下载

    • 发布日期:2010-12-06
    • 文件大小:2699
    • 提供者:dragonye_2007
  1. glarc

    0下载:
  2. 基于opengl语言,三点交互式画圆弧,圆心,圆弧的起点以及圆弧的终点-Opengl-based language, three interactive art arc, circle, arc starting and end point of arc
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:204806
    • 提供者:余帅
  1. Arc

    0下载:
  2. 用opengl可以画出圆弧,可以修改程序中的角度,可画出任意的圆弧。-Can draw with opengl arc, you can modify the angle of the program can draw any arc.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1509324
    • 提供者:小金
  1. Arc

    0下载:
  2. glut画圆弧程序 OpenGL中无专门的画圆弧命令,所以自己做了一个用glut画圆弧程序。-OpenGL drawing procedures glut arc no special order paintings arc, so do a painting with glut arc process.
  3. 所属分类:OpenGL program

    • 发布日期:2016-01-25
    • 文件大小:53943
    • 提供者:guo
  1. cuick_OpenGL

    0下载:
  2. OpenGL是近几年发展起来的一个性能卓越的三维图形标准,它是在SGI等多家世界闻名的计算机公司的倡导下,以SGI的GL三维图形库为基础制定的一个通用共享的开放式三维图形标准。目前,包括Microsoft、SGI、IBM、DEC、SUN、HP等大公司都采用了OpenGL做为三维图形标准,许多软件厂商也纷纷以OpenGL为基础开发出自己的产品,其中比较著名的产品包括动画制作软件Soft Image和3D Studio MAX、仿真软件Open Inventor、VR软件World Tool Kit
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:637354
    • 提供者:LPFU
  1. Bresenham

    0下载:
  2. Bresenham直线生成算法和中点圆圆弧生成算法-Bresenham line generation algorithm and the midpoint of the arc circle generation algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3503778
    • 提供者:sanbudeyu
  1. Arc

    0下载:
  2. 基于OpenGL的圆弧程序,先对圆弧的圆心,半径,起点,角度等设置,然后进行绘制-OpenGL-based arc procedure, first the center of the arc radius, the starting point, the angle settings, and then draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:996575
    • 提供者:pei
  1. Waterfall-OPENGL

    0下载:
  2. 该程序基于VC++语言和OPenGL语言相结合,利用OPenGL中粒子系统原理,在MFC界面内完成绘制从天空下雨的3D仿真效果。该界面中主要以其中一点为中兴点喷射弧形粒子,达到仿真效果。-The program is based on VC++ language and OPenGL language, combining use OPenGL particles in the system principle, in MFC interface to finish drawing from t
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:736133
    • 提供者:
  1. DDA

    0下载:
  2. 基于openGL的代码,在VS2010上实现 1.直线的DDA算法 2.直线的Bresenham算法 3.圆弧的生成算法 -OpenGL code based on the realization VS2010 1. DDA line algorithm 2. Bresenham line algorithm 3. Arc generation algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5126997
    • 提供者:紫陌
  1. Ellipse-midpoint-algorithm

    0下载:
  2. 计算机图形学中基于mfc的OpenGl实现的圆弧中点扫描算法绘制椭圆,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGl MFC implementation of the arc midpoint scanning algorithm to draw the ellipse, the radius can be their own settings, with the executable file.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:2813198
    • 提供者:蔡颖
  1. Circle-midpoint-algorithm

    0下载:
  2. 计算机图形学中基于MFC的OpenGL实现的圆弧中点扫描算法绘制圆形,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGL MFC realization of the circular arc midpoint scanning algorithm to draw the circle, the radius can be their own settings, with the executable file.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3183815
    • 提供者:蔡颖
搜珍网 www.dssz.com