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

搜索资源列表

  1. Bezier-B-Coons

    1下载:
  2. 同济大学高级图形学作业 Bezier曲面、B样条曲面和Coons曲面的生成算法。-Advanced Graphics Homework of Tongji University
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-12
    • 文件大小:19663455
    • 提供者:qiaoluoer
  1. Gardern1

    0下载:
  2. 此代码是上海交通大学计算机图形学 肖双久老师的课程作业的代码,此功能是实现窗口菜单等功能-This code is the code Shanghai Jiaotong University Computer Graphics Shaw Shuangjiu teacher coursework, and this function is to achieve the Window menu and other functions
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:10687468
    • 提供者:Zhang
  1. Transformation

    0下载:
  2. 计算机图形学,实现几何变换,旋转、平移、放大、缩小-Computer graphics, geometric transformations to achieve, rotate, pan, zoom
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:221200
    • 提供者:林伟鸿
  1. TextureaLine

    0下载:
  2. 计算机图形学纹理和直线源代码,适合初学者进行理解。先调配环境在运行。-OpenGL & Visual C++
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1269959
    • 提供者:盛夏果子
  1. lesson32

    0下载:
  2. 一款基于OPENGL开发的射击游戏,可以作为计算机图形学期末作业-OPENGL based on the development of a shooter, you can work as a computer graphics Closing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:387480
    • 提供者:急急急
  1. zoo

    2下载:
  2. 国外大学本科生的计算机图形学大作业,用OpenGL实现的动物园,可以使用鼠标和键盘进行交互操作,真实感很强,纹理、光源、walkbias等运用十分熟练恰当,很具有参考价值。-Foreign universities for their undergraduate computer graphics operation, use OpenGL achieve zoo, you can use the mouse and keyboard interaction operation, strong
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:4718349
    • 提供者:xingji
  1. line-clipping

    0下载:
  2. OpenGL计算机图形学的Cohen-Sutherland线段裁剪算法-OpenGL, line clipping algorithm based on Cohen-Sutherland
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:2265
    • 提供者:Archer钦
  1. test

    0下载:
  2. 基于OpenGL的图形学简单实例,实现了简单对象的移动,光源的移动,纹理贴图,以及背景的设置等-OpenGL-based graphics simple example, to achieve a moving, moving, texture mapping, as well as the background of the light source, such as a simple object
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4848
    • 提供者:王梓烨
  1. 3Dld2

    0下载:
  2. 3D镂垫的程序,计算机图形学最基础的程序代码-3 d after mat program, the basis of a computer graphics program code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:214472
    • 提供者:张开
  1. OpenGL-library

    0下载:
  2. OpenGL的开发库,计算机图形学研究与编程必备,游戏开发人员常用。-The library of OpenGL, which is necessary for the GAME developers.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:957298
    • 提供者:陈浩
  1. Lab02b

    0下载:
  2. 计算机图形学OpenGL实现中点画线和中点画圆的方法-Computer Graphics OpenGL implementations dotted line and method midpoint Circle of ...
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-27
    • 文件大小:10077805
    • 提供者:戴诗鹏
  1. Demo

    0下载:
  2. 这是图形学比较复查的图形,我相信学习这些图形必定有助于创新-This is a graphics comparison review, I believe that learning these graphics will certainly help innovation
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8250402
    • 提供者:韦国盛
  1. shiyan1

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

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

    0下载:
  2. 计算机图形学-金刚石图案算法(有图形界面)-Diamond pattern algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2512716
    • 提供者:陈惠丽
  1. Bresenham

    0下载:
  2. 计算机图形学-直线中点Bresenham算法-Straight line-Bresenham
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2496916
    • 提供者:陈惠丽
  1. Cohen-Sutherland

    0下载:
  2. 计算机图形学-Cohen-Sutherland直线裁剪算法-Cohen-Sutherland straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2522963
    • 提供者:陈惠丽
  1. Bresenham2

    0下载:
  2. 计算机图形学-圆中点Bresenham算法(图形界面)-Bresenham circle
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2494156
    • 提供者:陈惠丽
  1. chahu

    0下载:
  2. 计算机图形学绘制一个茶壶的效果~配置好OpenG来的运行环境后~就可以使用~-Computer graphics rendering the effect of a teapot to configure the OpenG to the operating environment can be used ~ ~
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:716
    • 提供者:大师
  1. TIAOWEN

    0下载:
  2. 对绘制的茶壶进行改进~使之变成有条纹效果的茶壶~对于学习图形学的朋友来说~值得研究~-To draw the teapot to make it into a striped effect of the teapot ~ for the study of the friends of the computer is worth studying.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1478
    • 提供者:大师
  1. guangxiangenzong-

    0下载:
  2. 计算机图形学的一个小课设值得借用特别值得学习容易直接运行-A small class-based computer graphics worthy of borrowing
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:3756445
    • 提供者:zhang
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 »
搜珍网 www.dssz.com