CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 透视

搜索资源列表

  1. Hecker

    0下载:
  2. 透视纹理算法!透视纹理映射可以根据多边形距离观察者的远近而进行相应的调整从而产生比仿射纹理映射更真实的效果。-Perspective texture algorithm! Perspective texture mapping polygon from the observer in accordance with the distance and adjust accordingly in order to produce more than the real affine texture m
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1304380
    • 提供者:noamm
  1. TouYing

    0下载:
  2. 主要功能是进行高斯正算,高斯反算及透视方位投影的显示。-Main function is to be considered are Gaussian, inverse Gaussian and the perspective projection display position.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3700785
    • 提供者:刘丹
  1. 169507ZhuYouyong(1)

    0下载:
  2. 直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-A straight line of the DDA, bresenham algorithm bresenham algorithm for drawing a circle drawing algorithm for drawing elliptical bresenham uniform B-spli
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:84881
    • 提供者:wfwef
  1. newmorning

    0下载:
  2. 详细讲述了二维线画图元的生成(包括二维直线、圆、椭圆、抛物线的生成)、二维填充图元的生成(图形的填充、字符的输出)、二维裁剪、图形变换(平移、旋转、放缩三种变换)、投影(透视投影)和曲线生成(Hermite曲线和Bezier曲线的生成)的算法思想以及程序实现。-A detailed account of the two-dimensional line drawing of the generating element (including the two-dimensional linear,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:12338
    • 提供者:tim
  1. project

    0下载:
  2. 本实验利用透视原理,实现了简单的投影,大家还可以添加交互技术-The principle of the experimental use of perspective, the realization of a simple projection, we can also add interactive technology
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:39321
    • 提供者:黎琳
  1. prospective

    0下载:
  2. 该程序利用OPENGL编程,实现了几个立体几何图形的透视,立体几何图形可以自己定义。-This process is running at the C++ circumstance and using the opengl.It accomlished several 3D geometries perspect.and these 3d geometries can definite by oneself.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2418
    • 提供者:wangpu
  1. D3DDev

    0下载:
  2. These are my drawing functions. Very bad, but ppl may use it. You have to make the header file on your own. It s not too hard! Make a class, or namespace. Or just remove all D3D:: from the functions :) Hope you like it :D
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-05
    • 文件大小:3071
    • 提供者:jordi
  1. myGL

    0下载:
  2. 基于OPENGL的VC++雪花屏保源代码,不能可以学习一下生成算法,很漂亮的雪花漫天飞舞,有地面与空中的透视切换,这应该算是最简单的OPENGL实例了,初学OPENGL你应该参考一下。   源码爱好者注:请将编译生成的文件拷贝至根目录下,方可运行。 -OPENGL based on the VC++ snowflakes screensaver source code, can not study the generation algorithm can be very beautif
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:141555
    • 提供者:jiangjihai
  1. swxsts

    0下载:
  2. 三维显示与透视的MATLAB程序。希望对大家有帮助。-True color contour map and three-dimensional surface of the MATLAB program. We want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2374
    • 提供者:康庭
  1. Toushitouying

    1下载:
  2. 计算机图形学中的透视投影技术,对于学习计算机图形学很有帮助,开发环境是Visual C++ 6.0开发环境-Computer Graphics in the perspective projection technology, useful for learning computer graphics, development environment is Visual C++ 6.0 Development Environment
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1935910
    • 提供者:wk
  1. CS

    0下载:
  2. CF3.9透视源码,可以用易语言编写,大家输入源代码即可 -CF3.9 grasps the essence of the source yardCF3.9 grasps the essence of the source yardCF3.9 grasps the essence of the source yardCF3.9 grasps the essence of the source yardCF3.9 grasps the essence of the source yard
  3. 所属分类:汇编语言

    • 发布日期:2017-04-04
    • 文件大小:649207
    • 提供者:黄晓明
  1. TricksOfThe3DGameProgrammingGurus

    0下载:
  2. 本书是游戏编程畅销书作者André LaMothe的扛鼎之作,从游戏编程和软件引擎的角度深入探讨了3D图形学的各个重要主题。全书共分5部分,包括16章的内容。第1~3章简要地介绍了Windows和DirectX编程,创建了一个Windows应用程序模板,让读者能够将精力放在游戏逻辑和图形实现中,而不用考虑Windows和DirectX方面的琐事;第4~5章简要地介绍了一些数学知识并实现了一个数学库,供以后编写演示程序时使用;第6章概述了3D图形学,让读者对本书将介绍的内容有大致的了解;第7~11
  3. 所属分类:DirextX

    • 发布日期:2017-06-20
    • 文件大小:31419122
    • 提供者:wangpeng
  1. sell

    1下载:
  2. 产品销售管理平台,“透视”仓库存储情况、完善的商品进货信息管理和商品销售信息管理,强大的结账功能!-Product sales management platform, " Focus" warehouse storage conditions, a sound commodity purchase information management and commodity marketing information management, and strong checkout
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-06
    • 文件大小:731190
    • 提供者:suibo
  1. a

    0下载:
  2. 3dc图形绘制程序,可以平抑放缩变换有平行和透视两种
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-07
    • 文件大小:499705
    • 提供者:贾倪
  1. toushi

    0下载:
  2. 关于计算机图形学的课件,透视投影,上课时候的必备课件-Courseware on computer graphics, perspective projection, when the essential courseware class
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:99893
    • 提供者:吕宁
  1. toushitouying

    0下载:
  2. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:37875
    • 提供者:huang
  1. perspective

    0下载:
  2. 在win-tc环境里 采用C语言及计算机图形学知识绘制一点透视图形-In the win-tc environment using C language and knowledge of computer graphics point perspective drawing graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:1402
    • 提供者:Smile Feng
  1. Ex2_3

    0下载:
  2. 实现一个opengl程序,要求画一个茶壶,放置在位置(100,50,200)处,对其设置一个合适的透视三维观察空间,并设置一个裁减面裁去其一部分。 -To achieve a opengl procedure that requires painting a teapot, placed in the position (100,50,200), Office set up a proper perspective of its three-dimensional observation s
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1660191
    • 提供者:刘贵冬
  1. Matlab-M-File03

    0下载:
  2. 21. 片状图 22. 视角的调整 23. 向量场的绘制 24. 灯光定位 25. 柱状图 26. 设置照明方式 27. 羽状图 28. 立体透视(1) 29. 立体透视(2) 30. 表面图形 -21. Flaky Figure 22. Angle adjustment of 23. Vector field drawing 24. Lighting position 25. Histogram 26. Install a lighting means
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:4404
    • 提供者:sznie778
  1. CoolCode_Src

    0下载:
  2. 一个很酷的3D算法演示,包含矩阵旋转、透视投影-A cool demo of 3D algorithms, including matrix rotation, perspective projection
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:24248
    • 提供者:晨星
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com