码迷,mamicode.com
首页 >  
搜索关键字:graphical effects    ( 595个结果
Java Day 01
2-19交互方式 GUI Graphical User Interface CLI Command Line Interface JavaEE Enterprise Edition 13种技术 JavaSE Standard Edition JavaME Micro Edition 跨平台原理 JV ...
分类:编程语言   时间:2016-08-04 22:56:12    阅读次数:238
Unity Shaders and Effects Cookbook (D-1) 设置 ZTest 来实现遮挡半透效果
在游戏里面经常看到这样的效果,英雄走到障碍物后面,但是我们能够透过障碍物看到英雄的身体,好像我们有了透视眼一般。...
分类:编程语言   时间:2016-07-31 01:51:05    阅读次数:578
Unity3D学习笔记——组件之Effects(效果/特效)——Particle System(粒子系统)
Effects:效果/特效。            Particle System:粒子系统。可用于创建烟雾、气流、火焰、涟漪等效果。      在Unity3D 3.5版本之后退出了新的shuriken粒子系统:            添加组件之后的效果:            其中的Open Editor按钮可以打开粒子编辑器,用于编辑复杂的粒子效果。           ...
分类:编程语言   时间:2016-07-21 13:03:44    阅读次数:313
UE4子弹特效
转自:http://blog.ch-wind.com/ue4-projectile-visual-effects/ 子弹使用抛体就可以实现了,但是要让其看起来更加真实,则可能需要加上一些粒子特效。 当前UE4版本4.8.1。 子弹的特效制作主要使用粒子系统进行实现,只有用于着弹效果的地方使用的是De ...
分类:其他好文   时间:2016-07-19 17:03:52    阅读次数:764
你所不知的 CSS ::before 和 ::after 伪元素用法
CSS 有两个说不上常用的伪类 :before 和 :after,偶尔会被人用来添加些自定义格式什么的,但是它们的功用不仅于此。前几天发现了 Creative Link Effects 这个非常有意思的介绍创意链接特效的页面,里面惊人的效果大量使用到的特性除了 transform 属性进行变形之外, ...
分类:Web程序   时间:2016-07-13 22:03:20    阅读次数:213
小鸟云服务器centos安装图形界面并远程连接
1、安装以下组件 # yum groupinstall -y "Desktop" "Desktop Platform" "Desktop Platform Development" "Fonts" "General Purpose Desktop" "Graphical Administration ...
分类:其他好文   时间:2016-07-13 01:31:00    阅读次数:267
centos7 添加图形界面的功能
一般安装centos最小版的时候默认没有图形界面 需要自己安装 sudo yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 然后 init 5 就ok了 不行就试试下面这句话 sudo ln -sf /lib/syst ...
分类:其他好文   时间:2016-06-26 19:39:44    阅读次数:162
a Summary of the Paper I Read
Over the last two weeks, I have read a paper related to the topic—Gestures authentication and mobile security. Exploring the Design Space of Graphical ...
分类:其他好文   时间:2016-06-22 10:39:43    阅读次数:154
FX11 -麻烦
The Effects 11 library requires the D3DCompile DLL to be present at runtime, and the EXE project must link to d3dcompiler.lib. When using the Windows ...
分类:其他好文   时间:2016-06-20 22:18:40    阅读次数:142
CentOS 7 系统下安装gnome图形界面
在安装Gnome 包之前,我们需要先检查下安装源是否正常,因为我们要通过yum命令来安装gnome包, 而yum命令式通过yum 源来下载安装包的。 1.在命令行下输入下面的命令来安装 Gnome 包 $sudo yum groupinstall "GNOME Desktop" "Graphical ...
分类:其他好文   时间:2016-06-17 12:31:40    阅读次数:189
595条   上一页 1 ... 28 29 30 31 32 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!