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

搜索资源列表

  1. 3DFont

    0下载:
  2. 绘制一个 3D字体,用OPENGL库函数实现并且综合运用了数据结构-a 3D font with OPENGL technology
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-28
    • 文件大小:30866
    • 提供者:yang
  1. OPENGLAct

    0下载:
  2. OpenGL是实现三维动画的工业标准,例中使用OpenGL的辅助库中的auxSolidTeapot函数绘制了一个茶壶,通过glRotatef函数不断变化观察的角度来实现转动的效果。-OpenGL implementation are the industry standard three-dimensional animation, for example, the use of OpenGL auxiliary library auxSolidTeapot function mapping a
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:108405
    • 提供者:丁磊
  1. glutEx1-vs6

    0下载:
  2. 首先,画一张有四条腿的桌子,其中四条腿的形状一样位置各异,所以先写一个画桌脚的函数Draw_Leg113(a,b,c),并通过参数把绘制的位置告诉函数。函数的实现较为简单,只需先push,后pop保护当前的矩阵,再经过移位,缩放z轴,绘制cube即可完成。 -First, draw a table has four legs, one of the four legs of different shapes, like the location, so the first leg draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-26
    • 文件大小:315919
    • 提供者:WangDi
  1. VolumeRenderCartesian

    0下载:
  2. 光线投射体绘制源码,用opengl实现,生成的是一个头模型-Ray Casting Volume Rendering source, opengl implementation used to generate a first model
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1360919
    • 提供者:ludan
  1. double

    0下载:
  2. 利用OpenGL绘制一个旋转的方块,显示了如何使用GLUT控制输入设备,并打开或关闭空闲函数.-OpenGL rendering using a rotating box, shows how to use GLUT to control input devices, and open or close the free function.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1934
    • 提供者:shan yuan
  1. cube

    0下载:
  2. 利用OpenGL绘制了一个通过模型变换进行缩放的立方体.-Use OpenGL drawing a zoom in and out through the model transformation of the cube.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1764
    • 提供者:shan yuan
  1. EXAMPLE75

    0下载:
  2. OPENGL编程实例75,绘制对比矩形,实现具体绘图功能-OPENGL programming examples of 75, drawn rectangular contrast, specific graphics implementation
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-26
    • 文件大小:36967
    • 提供者:张靖
  1. lcz_opengl_test1_1

    0下载:
  2. openGL例子:实现基本的绘制和坐标变换。太阳、地球月亮旋转模拟-openGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2122520
    • 提供者:lichenzhen
  1. 2DSELECT

    0下载:
  2. 2D OpenGL 选择程序,绘制9个2DOpenGL点,支持选择拾取-2DSelect
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:90338
    • 提供者:肖潇
  1. bazier

    0下载:
  2. 使用C和OPENGL绘制一个曲线上点可控制的bazier曲线-OPENGL rendering the use of C and on a curve control point curve bazier
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1265
    • 提供者:liutao
  1. demo_sources

    0下载:
  2. 使用了opengl绘制的绝大部分功能,如单面绘制,双面绘制,镜面光照,满反射,纹理映射等。-Opengl rendering the use of the vast majority of functionality.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:924283
    • 提供者:cici
  1. BSpline

    0下载:
  2. 本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。-This procedure used the framework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view grid mapping, function-based view r
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:790929
    • 提供者:杨平
  1. OpenGL

    1下载:
  2. 基于MFC的OpenGL编程,简单的实现了绘制茶壶,三维长方体的绘制,以及相应键盘操作转动等.-MFC' s OpenGL-based programming, a simple realization of the drawing pot, three-dimensional rectangular map, and the corresponding rotation, such as keyboard operation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:49099
    • 提供者:taobao1
  1. RendertoaTexture

    0下载:
  2. opengl绘制纹理的框架程序,包括了初始化和一些过程的使用方法。-texture mapping opengl framework of procedures, including the initialization and the use of some of the process.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:137386
    • 提供者:猴子
  1. glut1

    0下载:
  2. opengl下编程绘制基本图形1. 分别实现GL_POINTS,GL_LINES,GL_POLYGON,GL_TRAINGLES,GL_QUADS,GL_LINE_STRIP,GL_LINE_LOOP等基本形状。-opengl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:206407
    • 提供者:张娜
  1. yusan

    0下载:
  2. 用OpenGL绘制一把雨伞,奉上源代码。-OpenGL rendering with an umbrella, offer the source code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:48397
    • 提供者:wanghai
  1. zhifeiji

    0下载:
  2. 用OpenGL绘制一个纸飞机,奉上源程序。-A paper airplane to use OpenGL rendering, offering the source code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:47197
    • 提供者:wanghai
  1. NURBS

    0下载:
  2. OpenGL编程轻松入门之NURBS曲线和曲面.此例绘制两个相同形状的NURBS曲面,不同之处是一个为线框式,一个是由实多边形组成。-OpenGL programming easy entry of NURBS curves and surfaces. In this case, the shape of two identical rendering NURBS surfaces, the only difference is a frame type, a polygon is formed
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:35640
    • 提供者:AINSTUDY
  1. OpenGL_sample_easy

    0下载:
  2. OpenGL编程轻松入门之一个简单的例子,从这个例子我们可以看到OpenGL可以做什么,当然这个例子只做了很简单的一件事--绘制一个彩色的三角形。除此以外,我们还可以看到典型的OpenGL程序结构及openGL的运行顺序。-OpenGL programming easy entry of a simple example, from this example we can see what OpenGL can do, of course, this example only a very si
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:14606
    • 提供者:AINSTUDY
  1. BiSheXin

    0下载:
  2. 基于VC++MFC以及openGL实现贝塞尔曲线,B样条曲线,Nurbs曲线的绘制,拖动控制点可以移动曲线-Based on VC++ MFC and achievement of openGL Bezier curves, B-Spline Curves, Nurbs curve drawing, drag the control point can move the curve
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2036444
    • 提供者:康曦
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com