3D变化基于几个比较重要的属性,perspective,translateZ,preserve-3d;
transform-style(preserve-3d)建立3D空间
perspective视镜
perspective-origin视镜基点
x:left/center/right/length/%
y:top/center/bottom/length/%
trans...
分类:
Web程序 时间:
2016-04-29 19:17:07
阅读次数:
411
3D变化基于几个比较重要的属性,perspective,translateZ,preserve-3d;
transform-style(preserve-3d)建立3D空间
perspective视镜
perspective-origin视镜基点
x:left/center/right/length/%
y:top/center/bottom/length/%
trans...
分类:
Web程序 时间:
2016-04-26 21:28:10
阅读次数:
321
1. 目前只有safari和chrome浏览器支持 -webkit-perspective。 2. 单位为像素 该属性只影响子元素的的透视效果。 ...
分类:
其他好文 时间:
2016-04-21 08:42:42
阅读次数:
118
ZC: 该方式,需要在"MyEclipse Database Explorer"中已经配置好 相关的连接。 (MyEclipse2013 --> Window --> Open Perspective --> MyEclipse Database Explorer) 1、打开连接 MyEclipse ...
分类:
其他好文 时间:
2016-04-18 15:11:04
阅读次数:
140
一个独立游戏 Teleglitch 使用了一种欺骗手法来模拟视锥,效果如下:
博主看了看了看提示
Actually, the line of sight shadows aren’t done with perspective. They are just black polygons extruded from the walls away from the player. ...
分类:
编程语言 时间:
2016-04-16 12:36:42
阅读次数:
215
一个独立游戏 Teleglitch 使用了一种欺骗手法来模拟视锥,效果如下: 博主看了看了看提示 Actually, the line of sight shadows aren’t done with perspective. They are just black polygons extrud ...
分类:
编程语言 时间:
2016-04-16 12:17:59
阅读次数:
192
1、打开Eclipse 开发工具 2、配置使用hibernate Tools 3、选择search 选项卡,搜索 hibernate 关键字 点击Install Next finish 4、配置使用hibernate Tools 选择 window 菜单中的Customize Perspective ...
分类:
Web程序 时间:
2016-04-12 15:47:07
阅读次数:
163
Eclipse菜单Window - Open Perspective - DDMS进入DDMS视图。 然后File Explorer View中依次展开路径/data/data/package_name/databases/。 将当中的db文件pull from device保存到电脑上, 再使用n ...
分类:
数据库 时间:
2016-04-11 18:37:05
阅读次数:
180
建立数据库连接 找到window—open perspective—myeclipse database explore空白出右键new注意 driver template 和driver classname 一定要选择如图所示的 这样就建立了与数据库的连接 然后右键表名 选择hibernate R ...
分类:
数据库 时间:
2016-04-06 13:03:27
阅读次数:
181
【HTML】 <div id="a"><img src="m.png"></div> 【CSS】 body{ margin:400px; } #a{ perspective:1000px; 【设置查看者的位置,以整个舞台作为视角对象】 ; 【开启3d效果需要3D惟一的HTML结构,必须有父元素包含<
分类:
Web程序 时间:
2016-03-22 00:38:30
阅读次数:
137