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

搜索资源列表

  1. menuhook11

    0下载:
  2. 利用钩子实现菜单阴影效果\\menuhook-menu shadows \\ menuhook
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:250358
    • 提供者:崔振峰
  1. 残缺棋盘程序

    0下载:
  2. 残缺棋盘是一个有2k´ 2k个方格的棋盘,其中恰有一个方格残缺,其中残缺的方格用阴影表示。-incomplete chessboard is a 2k
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:174407
    • 提供者:陈琳
  1. ShadowButton

    0下载:
  2. vc编写的阴影效果按钮,封装为一个类,直接在工程中调用就可以了,效果不错。-vc prepared by the shadow effect button, Packaging for a category directly in the projects can call on the effectiveness.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:3888
    • 提供者:魏无际
  1. penSHADOW

    0下载:
  2. 一个铅笔的阴影的实例,用的是opengl编写的,-the shadow of a pencil example, is using opengl prepared in.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:66950
    • 提供者:微微
  1. index_cube_shadow_mapping-参考

    0下载:
  2. 实现阴影的方法有阴影映射、阴影体 此外还有这各代码给出的这种方法 虽然它不一定比前两种效果好 但是有它的特点和适用范围
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:679927
    • 提供者:leo
  1. 9p

    0下载:
  2. opengl的小例子实现阴影与光滑平面-opengl small examples shadow and achieve smooth plane.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11128
    • 提供者:微微
  1. 10p

    0下载:
  2. opengl的小例子实现阴影与雾效-opengl small examples shadows and fog to achieve efficiency.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10119
    • 提供者:微微
  1. 3dblock

    0下载:
  2. VB 绘制的具有色彩光照的3D立方体, 立方体中具有运动的小立方体, 具有阴影,色彩.-VB drawing with light color 3D cube, the cube has a small cube movement, with the shadow, color.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:7672
    • 提供者:赵河
  1. MakeShadow

    1下载:
  2. 介绍OpenGL中阴影的实现方法,代码容易理解,很方便将其加入自己的工程中。-OpenGL shadow on the method, code easy to understand, easy to add his own works.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:132707
    • 提供者:熊有益
  1. PanleShadow

    0下载:
  2. 在vc++6.0环境下,利用directx写阴影效果的例子,阐述阴影效果的原理,适应初学者适应初学者,学习direcx的使用。-in vc 6.0 circumstances, the use of DirectX write shadow effect of examples to explain the principle of shadow effects, beginners to adapt to adapt to beginners learning direcx use.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:36123
    • 提供者:飞雪
  1. ogl_planar_shadow[1]

    0下载:
  2. 一个用于演示planar算法的阴影显示例子方便易学,需要directx9.0支持.-a planar algorithm for demonstrating the shadow shows examples easy. Need directx9.0 support.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:48046
    • 提供者:chen
  1. movelight12

    1下载:
  2. VC OPENGL 光球,阴影,大家可以看看,以前传的不好,以后继续传-VC OpenGL-ball, shadow, we can look at the previous biographies of well, beyond -
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:47065
    • 提供者:李宝良
  1. light12

    1下载:
  2. OPENGL VC 阴影,源文件及可执行文件-OpenGL VC shadow of the source documents and executable files
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:46597
    • 提供者:李宝良
  1. movelight11

    0下载:
  2. 星光阴影,OPENGL在VC中的实现,漂亮极了-Star shadow OpenGL VC in the realization of the beautiful
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7041
    • 提供者:猫猫
  1. D3D9Cartoon

    0下载:
  2. 现在市面上流行的3D游戏画面越来越炫目,不过也有一些为了营造一种特殊的效果而使用了卡通渲染技术,比如PC游戏中的《杀手XIII》,《忍者神龟》;PS2游戏中的《真红之泪》,《犬夜叉》等等。这些游戏的画面看上去很像漫画,感觉比较有趣。下面就介绍一种简单的实现方法。 所谓用卡通渲染技术绘制的三维物体一般都有两个明显的特征,一个特征是物体表面覆盖着大块的单调颜色,而且光影变化比较剧烈;另一个特征是物体拥有粗重的边缘效果。如果能自己控制光照和阴影,就可以达到目的。而DirectX 9.0 中的顶点
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:662353
    • 提供者:倪明
  1. 20040521191553_ExcelAccessSrc

    0下载:
  2. excel文件转换成文本文件,包括了阴影按钮,和excel文件格式的提取 -excel convert documents into text documents, including a shadow on the button, and excel file format extraction
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:140397
    • 提供者:蔡兆文
  1. 2003913203234-Hero3modfiy

    0下载:
  2. 英雄无敌3死亡阴影的修改器-Magic IV 3 amend the shadow of death for
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:42803
    • 提供者:g
  1. xsi_rtshaders2

    0下载:
  2. openGL 实现阴影的原代码!可以实现阴影,听好听以内感的!达到形成反攻倒算感 -shadow of the original code! Shadow can be achieved. listen nicely within the flu! flu reached the counterattack
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2985859
    • 提供者:蓝天
  1. HardwareShadowMap

    0下载:
  2. NVIDIA实现硬件阴影贴图的源代码 需要硬件支持DX8.1的显卡。-NVIDIA hardware shadow mapping of the source code necessary hardware support 24x graphics.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3996949
    • 提供者:赵杰伊
  1. 20059510374582

    0下载:
  2. 图像特技,实现图像的阴影,像雷达扫描似的显示 -stunt images, the image of the shadow, like a similar radar scan revealed
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:790981
    • 提供者:奥丁
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com