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

搜索资源列表

  1. shaveshow1.0

    1下载:
  2. 太空帆板的震动显示软件,三维图形软件为曲面形状动态可视化显示提供了保障。 利用OpenGL能实现高性能的三维图形功能,这使得科学计算可视化、仿真可视化技术发展迅速 本课题在OpenGL的高级编程和可视化系统开发以及VC十十开发平台上,可以实现振动的动态可视化 已有的研究基础和实验条件 -space windsurfing shock display software, 3D graphics software for surface shape Dynamic Visualiz
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:97738
    • 提供者:陆美玉
  1. glutEx1-vs6

    0下载:
  2. 在OpenGL编程基础上,通过实现实验内容,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。-Based on programming in OpenGL through the realization of the experiment content, master the use of OpenGL matrix and verify that the curriculum content of matrix transformation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:106744
    • 提供者:胡伟娅
  1. a3

    0下载:
  2. 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 -Experiments in model transformation based on the experiment through the realization of the following content, master OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:38665
    • 提供者:胡伟娅
  1. bresenham

    0下载:
  2. 1.实验目的: 理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。 2.实验内容: (1) 根据所给的直线光栅化的示范源程序,在计算机上编译运行,输出正确结果; (2) 指出示范程序采用的算法,以此为基础将其改造为中点线算法或Bresenham算法,写入实验报告; (3) 根据示范代码,将其改造为圆的光栅化算法,写入实验报告; (4) 了解和使用OpenGL的生成直线的命令,来验证程序运行结果。 -shi
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:440589
    • 提供者:jing
  1. proj1

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:5767
    • 提供者:小痴狗子
  1. graphics-lab

    0下载:
  2. 计算机图形学上机实验指导,OPENGL基础, 2.计算机图形学实验 (二) – OPENGL变换3.计算机图形学实验 (三) - 画线、画圆算法的实现 4.计算机图形学实验(四) - 高级OPENGL实验 5.计算机图形学实验(五)- 高级OPENGL实验 6.计算机图形学实验 (六) –-Computer graphics on experiments guidance, OPENGL based on 2 Computer Graphics experiments (B)-
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:158093
    • 提供者:罗强
  1. hw1-windows_VS2010

    0下载:
  2. UC Berkeley计算机图形学技术基础实验源码,实现三维场景的旋转视图和glulookat-UC Berkeley computer graphics technology base source experiment rotate the view to achieve a three-dimensional scene and glulookat
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-13
    • 文件大小:22371682
    • 提供者:王志元
  1. mfc-opengl

    0下载:
  2. 在mfc的基础上实现opengl的基本功能,前几个实验分别实现了画图的基本功能。后几个是opengl的实验。全是在mfc的编译环境上写的,适用于初学者。-Opengl mfc based on the basic functions of the first few experiments to achieve the basic functions of the drawing. After several opengl experiment. All written on mfc compi
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:12811386
    • 提供者:陈玉华
  1. glutEx5

    0下载:
  2. 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 -In the model transformation experiments, based on the contents by implementing the following experiment, master OpenGL thre
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:2802
    • 提供者:王小黑
  1. a3

    0下载:
  2. 在OpenGL观察实验的基础上,通过实现实验内容,掌握OpenGL中消隐和光照的设置,并验证课程中消隐和光照的内容。-In OpenGL, based on experimental observations, through the realization of the experiment content, mastered in OpenGL blanking and light settings, and verify that the course content blanking a
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2571
    • 提供者:王小黑
  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-11
    • 文件大小:1240
    • 提供者:robin
  1. glutEx5

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

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

    0下载:
  2. 在OpenGL编程基础上,通过实现实验内容,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。-In OpenGL programming based on experiments by implementing master matrix using OpenGL, and verify the contents of the curriculum matrix transformation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:2137
    • 提供者:何朝杰
  1. glutEx5

    0下载:
  2. 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 -On the basis of model transformation experiments, by implementing the following experiments, master OpenGL three-dimensiona
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2254
    • 提供者:
  1. test2

    0下载:
  2. 在三维观察实验的基础上,通过实现下述实验内容,掌握OpenGL中显示列表的作用和使用方法。-On the basis of the three-dimensional observation of experiments, by implementing the following experiments, master OpenGL displays a list of the role and use.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:405662
    • 提供者:
  1. a3

    0下载:
  2. 在OpenGL观察实验的基础上,通过实现实验内容,掌握OpenGL中消隐和光照的设置,并验证课程中消隐和光照的内容。-On the basis of OpenGL observe experiments, by implementing experimental content, master OpenGL blanking and light settings, and verify the contents of the curriculum blanking and light.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2206
    • 提供者:
  1. a6

    0下载:
  2. 在OpenGL消隐和光照实验的基础上,通过实现实验内容,掌握OpenGL中纹理的使用,并验证课程中关于纹理的内容。-On the basis of OpenGL blanking and light experiments, by implementing experimental content and master the use of textures in OpenGL, and verify the contents of the course on the texture.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:426122
    • 提供者:
  1. shiyan1

    0下载:
  2. 基础图形学实验 显示花朵及五角星 非填充五角星 随机花朵-Graphics-based experiments showed that flowers and unfilled pentacle pentagram random flowers
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1975489
    • 提供者:温晓
  1. SolarSystem

    0下载:
  2. 该实验以太阳系的八大行星为理论基础,通过对各个行星的大小、与太阳的距离,自转周期和公转周期等参数进行设置,采用基于C语言,调用OpenGL的库函数来完成对太阳系的模拟。包括太阳、八大行星及月亮围绕地球转的模拟,为了是效果更加逼真,为各个球体添加纹理。其中八大行星分别为:水星(Mercury)、金星(Venus)、地球(Earth)、火星(Mars)、木星(Jupiter)、土星(Saturn)、天王星(Uranus)和海王星(Neptune),这八颗行星都在地球绕太阳公转的轨道平面的附近,轨道都
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2729665
    • 提供者:likaimin
  1. 实验五

    1下载:
  2. 在OpenGL观察实验的基础上,通过实现实验内容,掌握OpenGL中消隐和光照的设置,并验证课程中消隐和光照的内容。
  3. 所属分类:OpenGL

« 12 »
搜珍网 www.dssz.com