本次思想主要是通过 Ngui的Scroll View 主要是UIPanel的Clipping属性的Alipha Clip 调节窗口大小,遮蔽地图试地图实现在屏幕的部分显示。此方法的好处是不用担心shader 等东西。 简单易上手。 步骤走起:第一步:创建Scroll View第二步:调节大小调节前调...
分类:
编程语言 时间:
2016-01-21 00:17:48
阅读次数:
421
快过年了,公司也没事做了, 自己也闲了下来,一天天呆着真没意思,闲来没事自己研究研究了Google I/O 2014 发布Material Design设计,人性化的风格,丰富的色彩,使人机交互更完美。中文学习地址http://wiki.jikexueyuan.com/project/materia...
分类:
移动开发 时间:
2015-12-25 15:01:09
阅读次数:
263
Trim the Nails
Time Limit: 2 Seconds Memory Limit: 65536 KB
Robert is clipping his fingernails. But the nail clipper is old and the edge of the nail clipper is potholed.
The nail clipper's...
分类:
其他好文 时间:
2015-07-25 07:10:53
阅读次数:
105
1顶级父类加boxCollider和UIDragScrollView脚本保证在item拖走后也能通过拖拽剩余区域的方式操作。2下一级添加UIPanel在Clipping设定区域,注意如果设定softClip就不能保证item填满,会从alpha值为1的地方开始填充。3添加UIScrollView脚本...
分类:
其他好文 时间:
2015-07-13 20:30:30
阅读次数:
140
原文链接:http://www.cnblogs.com/pchmonster/archive/2012/07/05/2577627.html剪切区域(Clipping Regions)Regions是屏幕的一部分,它可用于控制绘图的那部分画布。TCanvas类具有ClipRect属性,但这个属性只是...
A General Polygon Clipping LibraryVersion 2.32 http://www.cs.man.ac.uk/~toby/alan/software/gpc.html Alan Murta Advanced Interfaces Group Department of...
分类:
编程语言 时间:
2015-05-31 23:05:11
阅读次数:
255
1 // Computer Graphics: HW2 2 // 3D Rendering pipeline: 3 // Space Transformation and Polygon clipping use Sutherland-Hodgman Algorithm 4 5 ...
分类:
其他好文 时间:
2015-05-22 23:50:04
阅读次数:
316
Robert is clipping his fingernails. But the nail clipper is old and the edge of the nail clipper is potholed.The nail clipper's edge isNmillimeters wi...
分类:
其他好文 时间:
2015-04-18 18:58:29
阅读次数:
145
Defining Shadows and Clipping ViewsThis lesson teaches you toAssign Elevation to Your ViewsCustomize View Shadows and OutlinesClip ViewsYou should als...
分类:
其他好文 时间:
2015-01-25 18:11:10
阅读次数:
176
官网:https://developer.android.com/intl/zh-tw/training/material/shadows-clipping.html
Material设计为UI元素引入了一个depth值,depth帮助用户了解每个元素相对重要性,重点关注手头的任务
每个View的elevation值,相当于z属性,它决定了阴影的大小:z越大,阴影越大。
Vi...
分类:
移动开发 时间:
2014-11-27 16:17:45
阅读次数:
168