CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 三维图形旋转

搜索资源列表

  1. sc2

    0下载:
  2. 利用2D图形显示3D的效果.这个是一个旋转的圆锥体,虽然边缘的显示效果不是很好,不过很有三维的感觉-use 2D graphics 3D effect. This is a rotating cone, although the edge of the display is not very good, but the feeling is 3D
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4.58kb
    • 提供者:慕容楚冰
  1. 3D_translation

    0下载:
  2. 本程序实现图形的三维变换--平移,旋转,对称变换,正二测,斜二测视图, 包含文件:三维变换 Grphics experiment NO5--三维图形的投影变换 三维变换.exe-this program 3D graphics transformation -- translation, rotation, symmetry transformation, are two tests, two ramps measured View, documents include : 3D
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:136.33kb
    • 提供者:于心不甘
  1. ELEVEN

    0下载:
  2. 这是在TC环境下运行的程序,主要实现三维图形的上下左右旋转功能。-This is the TC run under the procedure, 3D graphics around the next rotation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:eleven
  1. abc

    0下载:
  2. 三维图形的旋转 三维图形的旋转-rotating 3D graphics 3D graphics rotating 3D graphics rotation
  3. 所属分类:文件操作

    • 发布日期:2014-01-15
    • 文件大小:1.38kb
    • 提供者:dgwggrger
  1. 04101009725

    0下载:
  2. 三维图形的旋转 三维图形的旋转-rotating 3D graphics rotating 3D graphics r otating 3D graphics rotation
  3. 所属分类:文件操作

    • 发布日期:2014-01-15
    • 文件大小:280.68kb
    • 提供者:dgwggrger
  1. GLSample1

    0下载:
  2. OPEN GL 库,显示三维图形,例如打开china.cnc。可以平移和旋转
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:151.89kb
    • 提供者:吴波
  1. SharpGL

    0下载:
  2. 实现立方体旋转,很好很强大的三维图形参考文件资料-Achieve cube rotation, a very powerful three-dimensional graphics reference documents
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:780.09kb
    • 提供者:小杨
  1. 02_3DViewing

    0下载:
  2. 一个小程序,实现计算机图形学中三维图形的投影及移动旋转等效果-A small program to achieve three-dimensional graphics in computer graphics projection and mobile rotation effects
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:1.96mb
    • 提供者:
  1. code_42

    0下载:
  2. 建立二维图形,再将二维图形转化为三维图形,从而进行旋转-Three-dimensional of image
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:33.05kb
    • 提供者:陈晨
  1. 3Dgraph1

    0下载:
  2. 采用GDI+绘制三维网格图形,可实现任意缩放,三维图形旋转,并可选择是否显示网格-Three-dimensional grid drawing with GDI+ graphics, can be any scale, rotate three-dimensional graphics, and can choose whether to display grid
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:154.26kb
    • 提供者:ddd
  1. 3Dgraph2

    0下载:
  2. 采用GDI+绘制三维曲面图形,可实现任意缩放,三维图形旋转,并可选择是否显示网格-Three-dimensional surface rendering using GDI+ graphics, can be any scale, rotate three-dimensional graphics, and can choose whether to display grid
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:157.1kb
    • 提供者:ddd
  1. 3Dgraph3

    0下载:
  2. 采用GDI+绘制三维轮廓图形,可实现任意缩放,三维图形旋转,并可选择是否显示网格-Three-dimensional contour drawing using GDI+ graphics, can be any scale, rotate three-dimensional graphics, and can choose whether to display grid
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:171.36kb
    • 提供者:ddd
  1. 3Dgraphallinone

    0下载:
  2. 绘制多种三维图形组合,包括x-y色彩图,轮廓图,网格-轮廓组合图,曲面-轮廓组合图,填充曲面-轮廓组合图等等,可实现多种操作功能,如旋转,缩放等-Draw a variety of three-dimensional graphics portfolio, including the xy color chart, profile map, grid- profile portfolio map, surface- combination of contour maps, surface fil
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:184.44kb
    • 提供者:ddd
  1. MFCdonguha

    0下载:
  2. 这时用MFC建立的一个单文档,画出三维可旋转的图形-Then with the establishment of an MFC single document, draw three-dimensional graphics can be rotated
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1.88mb
    • 提供者:LYN
  1. 3D-Projection

    0下载:
  2. 本项目展示了如何进行三维投影,即使用二维的绘图API (DrawLine)绘制三维图形的轮廓,开发语言为C#,项目环境为Visual Studio 2008。 三维旋转矩阵是投影操作中的关键,本项目展示了旋转矩阵的使用,并建立了一个简单的三维场景,用户可以通过拖动鼠标对场景进行旋转。-This project shows how three-dimensional projection, that the use of two-dimensional graphics API (Dra
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:23.67kb
    • 提供者:GFY
  1. nehe

    0下载:
  2. qt下opengl 三维图形显示,使用键盘可以旋转,初学opengl开发的的小程序,利用贴图,纹理。-Qt under opengl 3 d graphics display, keyboard can rotate, beginners opengl developed small procedures, use of texture, texture.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:朱鹏超
  1. 第五章三维观察与真实感图形

    0下载:
  2. opengl 三维图形变化,包括平移旋转缩放,以及其他三维图形的画法很多很多(OpenGL 3D graphics change, including translation, rotation, scaling, and other three-dimensional graphics drawing a lot of many)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:37.01mb
    • 提供者:去瞧瞧1
  1. Cylinder

    0下载:
  2. ?熟悉三维图形显示的基本流程 ?熟悉视图变换的设置 ?熟悉Windows环境下几何变换的设置与实现 ?熟悉光照的设置(lighting translate scale)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:66mb
    • 提供者:Yeefy2
  1. MFC下的可动光照圆柱

    0下载:
  2. opengl 实现三位图形的旋转、平移、缩放。(Opengl realizes the rotation, translation and scaling of three figures.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:13.13mb
    • 提供者:振国
  1. 计算机图形学

    0下载:
  2. 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:4mb
    • 提供者:水无缘
« 12 »
搜珍网 www.dssz.com