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

搜索资源列表

  1. Graphic7.8

    0下载:
  2. 这是我的图形学的3D大作业,使用MFC的图形界面,使用了局部光照模型,透视投影等-This is my graphics3D operations, using MFC graphical interface, the use of local illumination model, perspective projection
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:126092
    • 提供者:张雪松
  1. graphics

    1下载:
  2. 计算机图形学VC.源代码 包括二维三维图形变换等的VC++代码-Computer Graphics VC. Source code-Computer Graphics VC source code, including 2D and 3D graphics to transform VC++ code-Computer Graphics VC Source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:2053085
    • 提供者:谢宝剑
  1. 3Dobj

    0下载:
  2. 实现简单渲染,生成一个真实感三维物体,计算机图形学实验 使用glut库-creating a realistic 3D object,using glut lib
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1446215
    • 提供者:徐昊
  1. OpenGL-Programming-Guide

    0下载:
  2. 计算机图形学,三维图形设计所需要的书籍指南,OpenGL编程指南第四版,适合新学习者和已掌握OpenGl技术的所有人群。-Computer graphics, 3D graphic design books Guide, OpenGL Programming Guide Fourth Edition, suitable for new learners have mastered all of the OpenGl technology crowd.
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-20
    • 文件大小:31369502
    • 提供者:王曦婕
  1. gui16

    0下载:
  2. 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Chopper
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1853271
    • 提供者:pudn
  1. OpenGL

    0下载:
  2. 计算机图形学作业2,关于3d模型的旋转,平移,缩放-Computer graphics operations, on the 3d model rotation, translation, scaling
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2198711
    • 提供者:zjianxian
  1. TNNUURBSalgorh

    0下载:
  2. 三维图形学NURBS算法实现源代码码,对搞三维图形编程与开发的人有帮助 -3D graphics NURBS algorithm source code, to engage in three-dimensional graphics programming and development
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:4282
    • 提供者:条款
  1. OLesson06p

    0下载:
  2. OpenGL实现的三维真实感图形学的演示代码,主主要演示了光照明模型 ,经测试 -OpenGL implementation of 3D realistic graphics demo code, the main demonstration illumination model has been tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:40492
    • 提供者:系统,结构
  1. Computer-Graphics--PDF-and-code

    0下载:
  2. 计算机图形学PDF和源代码。是一种使用数学算法将二维或三维图形转化为计算机显示器的栅格形式的科学。简单地说,计算机图形学的主要研究内容就是研究如何在计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法。-Computer graphics, PDF and source code. Using a mathematical algorithm is a 2D or 3D graphics converted to raster form of scientific comp
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-06
    • 文件大小:50109501
    • 提供者:
  1. DrawPicture

    0下载:
  2. 计算机图形学的例子,包含有图形平移,旋转,3d显示和消隐等-Examples of computer graphics, including graphic translation, rotation, 3d display and blanking
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-02
    • 文件大小:62973
    • 提供者:刘以续
  1. track-ball

    0下载:
  2. 图形学教学程序:简单鼠标追踪球3D旋转 成都理工大学-The Graphics Teaching program: simple mouse tracking ball the 3D rotation Chengdu University
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:360268
    • 提供者:德静
  1. 3Dchange

    0下载:
  2. 图形学图形的2D,3D变换,包括投影变换,等轴变换以及平移变换-Graphics graphics 2D, 3D transformation, projection transformation, equiaxed transformation and translation transform
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:9714647
    • 提供者:
  1. gui16

    0下载:
  2. C写的计算机图形学算法实例,这是偶对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等,图形均为实时生成,所有算法由本人独立实现,未用任何图形函数库。   由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:277022
    • 提供者:Liu
  1. readtest

    0下载:
  2. 虚拟人体运动ASF/AMC文件解析,使用opengl,3D图形学应用-Virtual human motion ASF/AMC files resolution opengl 3D graphics applications
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-14
    • 文件大小:3189675
    • 提供者:Bruce
  1. 3DTrans

    0下载:
  2. 使用GDI实现的三维图形变换,程序使用几何变换矩阵、视变换矩阵、投影矩阵、视窗矩阵等操作图形,在原理上能够体现计算机图形学图形变换方面的知识-GDI achieved transform 3D graphics, the program uses the geometric transformation matrix as the transform matrix, projection matrix, the matrix of the window operation graphics, i
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-09
    • 文件大小:7077914
    • 提供者:sinstar
  1. Mathematics_for_3D_Game_Programming

    0下载:
  2. Mathematics_for_3D_Game_Programming_and_Computer_Graphics 一本关于3d游戏编程和计算机图形学的书籍 ,吐血推荐啊-Mathematics_for_3D_Game_Programming_and_Computer_Graphics one about 3d game programming and computer graphics books, recommended blood ah
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-22
    • 文件大小:4943233
    • 提供者:飞尘
  1. EarthSource

    0下载:
  2. vtk里面的地球资源,是3D图形学得好例子,如果你想做一个漂亮的地球3D效果,这个例子可以给你参考,调试可用-vtk inside the earth' s resources, are examples of 3D graphics well, if you want a nice Earth 3D effect, this example can give you references, debugging available
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1264
    • 提供者:鲁力
  1. glutEx3

    0下载:
  2. 计算机图形学初步,绘制3d桌子,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。-Preliminary computer graphics, 3d rendering tables, master matrix using OpenGL and verify the contents of the curriculum matrix transformation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1470
    • 提供者:王小黑
  1. FreeFormDeformation

    0下载:
  2. 三维自由形状变形,在计算机图形学和动画中应用很多。-3D Free Form Deformaiton
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6833
    • 提供者:GPS设备
  1. Draw3D

    0下载:
  2. 计算机图形学用于画3D图形,可旋转、移动,是很基础的图形学编码。-3D computer graphics used to draw graphics, rotate, move, is very basic graphics coding.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3754053
    • 提供者:Jade Zhang
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com