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

搜索资源列表

  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:407.7kb
    • 提供者:wuxuegang
  1. open_z

    0下载:
  2. 一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are deta
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:507.59kb
    • 提供者:ng
  1. jxglTracker

    0下载:
  2. This code shows how we can perform rubber-banding in an OpenGL application The source code here includes a simple C++ class called jxglTracker. The two main member functions in the class are DrawTrackRect() and Track(). In the DrawTrackRect() funct
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2.78kb
    • 提供者:吴婷
  1. Lesson4

    0下载:
  2. 绘出平面三角形、矩形且三角形左右旋转、矩形上下旋转-is charted plane triangle, rectangle and triangle around rotating rectangular next rotation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:9.49kb
    • 提供者:林卉
  1. DrawingSimple2D

    0下载:
  2. This the third tutorial in the Foundation section. This tutorial covers the basics of drawing some simple 2D polygons such as triangle, pentagon, rectangle etc. We will make use of the code that we had generated in the previous section. We ll cover s
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:26.08kb
    • 提供者:zhf
  1. 01图形学课设

    0下载:
  2. 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。还包含一个OpenGL教程-including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filli
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:763.49kb
    • 提供者:花阿花
  1. ss

    0下载:
  2. 基于OpenGl绘制一个红色正方形遇到边框即反弹,即绘制一个会移动的矩形-OpenGl draws a red square on the border that is experiencing a rebound, that is, draw a rectangle will move
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:932.84kb
    • 提供者:韩旭
  1. SDI_OpenGL

    1下载:
  2. VC++下OpenGL程序的基本框架,在单文档下进行了OpenGL的必要设置,而且画了一个简单的矩形。主要需要glut库方可运行!-VC++ under the OpenGL basic framework of procedures, in a single document under the OpenGL settings necessary, and draw a simple rectangle. Required before the main run glut library!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:31.59kb
    • 提供者:张彦飞
  1. draw

    0下载:
  2. 实现画点画线画多边形的功能,并能够实现画一个矩形对所有图元进行裁减-Line stipple painting to achieve the function of the polygon and draw a rectangle can be achieved for all the process of reducing the pixel
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:62.89kb
    • 提供者:徐波
  1. lesson02

    0下载:
  2. 这个程序教你如何在OPENGL中绘制简单的图形,此例绘制了一个三角形和一个矩形。-This procedure OPENGL teach you how to draw simple graphics, this can draw a triangle and a rectangle.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:147.42kb
    • 提供者:echo
  1. opengl

    0下载:
  2. 本代码是简单的opengl源代码 主要功能是创建了一个三角形和一个矩形 利用Opengl实现直线光栅的DDA算法-The code is a simple source code opengl main function is to create a triangle and a rectangle using Opengl linear grating DDA algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:3.39kb
    • 提供者:猫子
  1. snow

    0下载:
  2. 用OPENGL绘制一个雪花图案。通过计算得到三个切错矩形,然后绘制出一个花瓣,再利用镜像得到其他的花瓣-Draw a snowflake pattern with OPENGL. Obtained by calculating the three-cut mistake rectangle, and then draw a petal, then the use of mirrors by other petals
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:191.54kb
    • 提供者:包冰莹
  1. polygon

    0下载:
  2. This program draw 300x300 window and three polygons by using OpenGl functions such as Rectangle,Circle ,Triangle.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:5.19kb
    • 提供者:kabir
  1. glut_mouse_keyboard

    0下载:
  2. Visualc++ 实现画圆 线 矩形 设备应用鼠标 键盘控制-Visual c++ realising to draw a line circle and rectangle with mouse and keyboard
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:9.28kb
    • 提供者:jonathan
  1. Final-Answer-for-rectangle

    0下载:
  2. OpenGL 如何用滑鼠來制做一個四角形體出來-OpenGL how to use mouse to create a rectangle
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:721byte
    • 提供者:Neo
  1. draw-rectangle

    0下载:
  2. 用OPENGL实现在平面上画一个长方形,高和宽自己定义-draw a rectangle with opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:536byte
    • 提供者:王斌
  1. simple-rectangle-openGL

    0下载:
  2. simple rectangle object using immediate mode
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-10
    • 文件大小:2.92kb
    • 提供者:dharma lingking
  1. draw-rectangle

    0下载:
  2. 用OPENGL实现在平面上画一个长方形,高和宽自己定义-draw a rectangle with opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:580byte
    • 提供者:监控键盘
  1. Final-Answer-for-rectangle

    0下载:
  2. OpenGL 如何用滑鼠來制做一個四角形體出來-OpenGL how to use mouse to create a rectangle
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:765byte
    • 提供者:slowedto
  1. (Texture-Rectangle)

    0下载:
  2. OpenSceneGraph三维渲染引擎编程指南源码:(Texture Rectangle)示例.rar-OpenSceneGraph three-dimensional rendering engine Programming Guide Source: (Texture Rectangle) sample rar.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:18.82kb
    • 提供者:xiaopeng
« 12 3 4 5 »
搜珍网 www.dssz.com