码迷,mamicode.com
首页 >  
搜索关键字:perspective    ( 361个结果
利用html5制作正方体,同时实现3D旋转效果
<!doctype html><html> <head> <meta charset="utf-8"/> <title></title> <style type="text/css"> .eyes{ perspective: 1000px; } .box{ /*设置3D效果*/ transform- ...
分类:Web程序   时间:2016-08-03 15:25:28    阅读次数:246
简单的做一个旋转正六面体吧
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> body{ perspective: 2000px; background: black; } .wrap{ t ...
分类:其他好文   时间:2016-08-02 20:43:57    阅读次数:291
关于transform-style:preserve-3d的些许明了
父元素要添加属性transform-style:preserve-3d;和transform:perspective(800px);还有相对定位 首先设置子元素 具有3D属性,然后再设置视角与3D元素的距离,拉开视角才可以看到3D效果!以像素计;;相对定位是为了给子元素绝对定位一个标点; 以立方体为 ...
分类:其他好文   时间:2016-08-02 20:41:20    阅读次数:170
手把手教你玩转CSS3 3D技术
手把手教你玩转 CSS3 3D 技术 要玩转css3的3d,就必须了解几个词汇,便是透视(perspective)、旋转(rotate)和移动(translate)。透视即是以现实的视角来看屏幕上的2D事物,从而展现3D的效果。旋转则不再是2D平面上的旋转,而是三维坐标系的旋转,就包括X轴,Y轴,Z ...
分类:Web程序   时间:2016-08-02 19:10:27    阅读次数:206
perspective 能玩点什么
CSS3 的三维效果,perspective 及 transform-style: preserve-3d ...
分类:其他好文   时间:2016-08-02 18:54:10    阅读次数:143
PCI Express(三) - A story of packets, stack and network
原文出处:http://www.fpga4fun.com/PCI-Express3.html PCI express is a serial bus. Or is it? From the computer's perspective, it is a conventional bus where ...
分类:Web程序   时间:2016-07-30 18:16:10    阅读次数:206
windows上eclipse搭建hadoop开发环境(自用,备忘)
一.系统环境 Windows7、Ecplise 4.4.0,Hadoop2.7.2 Hadoop安装教程请看:Hadoop2.7.2安装教程 二.安装步骤 1.安装hadoop插件 下载hadoop-eclipse-plugin-2.7.2.jar(点击下载),并且拷贝到eclipse根目录下/dropins下 2.启动myeclipse,打开Perspective: 【Window...
分类:Windows程序   时间:2016-07-22 19:21:12    阅读次数:498
Eclipse调试按钮消失问题
Window-->Reset Perspective 把Eclipse重置一下,然后 点击红色框圈的向下的箭头,在弹出的菜单里边,点击 show debug toolbar 这个菜单项目,然后奇迹就发生了,我点击以后,就出来了单步,执行等这些按钮组了。 ...
分类:系统相关   时间:2016-07-14 02:06:33    阅读次数:261
3D立体旋转
<!DOCTYPE html><html><head> <title></title> <meta charset="utf-8"> <style type="text/css"> body{ perspective: 1000px; } .one{ position: relative; widt ...
分类:其他好文   时间:2016-07-12 15:19:28    阅读次数:147
UnderStand Perspective Rasterization, SV_POSITION to Pixel, SV mean Systems Value
Shader "UnderStandPRR" { Properties { _MainTex ("Texture", 2D) = "white" {} } SubShader { Tags { "RenderType"="Opaque" } LOD 100 Pass { CGPROGRAM #pra ...
分类:其他好文   时间:2016-07-07 19:49:24    阅读次数:149
361条   上一页 1 ... 17 18 19 20 21 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!