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

资源列表

« 1 2 ... .23 .24 .25 .26 .27 1628.29 .30 .31 .32 .33 ... 1822 »
  1. glutEx1

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “一个六角星” 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。-On Windows systems, the installation of GLUT library: Open glut-3.7.6-bin.zip, r
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:758byte
    • 提供者:robin
  1. glutEx3

    0下载:
  2. 一、实验目的和要求 在OpenGL编程基础上,通过实现实验内容,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “平移的桌子,旋转的桌子”-First, experimental purposes and requirements of the OpenGL programming, based on the contents through the
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1.21kb
    • 提供者:robin
  1. glutEx5

    0下载:
  2. 一、实验目的和要求 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “桌子和茶壶的正投影和透视投影” 可以使用键盘改变camera位置与观察方向 (按键为a
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:robin
  1. A4

    0下载:
  2. 绘制桌子,茶壶,兔子 通过键盘按键,控制各个物体(茶壶、桌子和兔子)的显示状态 对各个物体分别用显示列表进行绘制,重复上面的交互控制。 增加键盘按键来切换显示列表和非显示列表绘制方式,通过动画以及对FPS的理解和分析,理解显示列表对程序绘制性能的影响。 -Drawing table, teapot, rabbits through the keyboard keys to control each object (teapot, tables and rabbits) to di
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-01
    • 文件大小:390kb
    • 提供者:robin
  1. SolarSystem

    0下载:
  2. 一个用OpenGL实现的简单的太阳系,可以模拟各星球间的公转自转关系-A solar system with a simple OpenGL implementation, can simulate the relationship between the public switched turn each planet
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-27
    • 文件大小:8.83mb
    • 提供者:robin
  1. MultipleView

    1下载:
  2. 一个用OpenGL实现的一个窗口多视口显示的程序,可以实现四个视口间的拼接-A window with an OpenGL implementation of the multi-viewport display program that can realize the splice between four viewports
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:6.91mb
    • 提供者:robin
  1. Jet

    1下载:
  2. openGL实现三维飞机模型。可旋转。计算机图形学基础内容-openGL achieve the three aircraft models. Rotatable. Fundamentals of Computer Graphics Content
  3. 所属分类:OpenGL program

    • 发布日期:2016-01-06
    • 文件大小:810kb
    • 提供者:carel
  1. fengekuangkou

    0下载:
  2. 在VC6.0上用opengl实现在窗口内分割四个小窗口,并在每个小窗口上绘制不一样的图形,图形的颜色也不相同。-On VC6.0 opengl window split implemented within four small windows, and draw a different pattern on each small window, the color is not the same with the graphics.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1.01kb
    • 提供者:klear
  1. juxingxuanzuan

    0下载:
  2. 在VC6.0上用OpenGL实现同时显示两个窗口,在这两个窗口里绘制相同的矩形,矩形在窗口里能实现旋转,并能通过鼠标来控制停止和继续。-VC6.0 using OpenGL implementation on display two windows, draw two identical rectangular window, a rectangular window can be achieved in the rotation, and through the mouse to contro
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1.01kb
    • 提供者:klear
  1. xinxing

    0下载:
  2. 在VC6.0上用OpenGL实现在窗口里绘制一个心形的图案,图案的颜色为红色,窗口背景的颜色为黑色。-On VC6.0 OpenGL realize draw a heart-shaped pattern in the window, the color pattern of red, the color of the window background is black with.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:554byte
    • 提供者:klear
  1. zhengfangti

    0下载:
  2. 在VC6.0上用OpenGL实现在窗口里绘制一个正方体,正方体的每个面的颜色都不相同,在一个特殊的角度观察正方体。-In VC6.0 draw a cube using OpenGL implementation in the window, the color of each cube face are not the same, the angle of observation in a special cube.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1.05kb
    • 提供者:klear
  1. MfcOpenGL_

    0下载:
  2. MFC环境下用OPENGL实现行星运动,采用双缓冲机制-Under the MFC environment of planetary motion, using double buffering mechanism
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1.87mb
    • 提供者:danny
« 1 2 ... .23 .24 .25 .26 .27 1628.29 .30 .31 .32 .33 ... 1822 »
搜珍网 www.dssz.com