下面着重分析一下surface shader中是如何使用BlinnPhong光照模型的,为以后写代码做铺垫。源文件取自Unity3D官网下载的builtin_shaders, 源文件名为Normal-Glossy.shader,描述了最基本的镜面反射是如何设计的**/Shader "Specular
分类:
其他好文 时间:
2016-02-22 15:20:20
阅读次数:
148
1. 设置系统默认的分辨率 xrandr 命令: > xrandr Screen 0: minimum 1 x 1, current 1920 x 1080, maximum 8192 x 8192Virtual1 connected primary 1920x1080+0+0 (normal le
分类:
系统相关 时间:
2016-02-21 19:57:47
阅读次数:
301
CSS文本属性复习1、white-space:对象内空格的处理方式
2、direction:文本流的方向
3、unicode-bidi:用于同一个页面里存在从不同方向读进的文本显示。与direction属性一起使用1.white-space:对象内空格的处理方式
nowrap 控制文本不换行
pre 空白会被浏览器保留
normal 默认状态
pre-l...
分类:
Web程序 时间:
2016-02-21 13:05:00
阅读次数:
353
一开始没看懂stddev是什么参数,找了一下,在tensorflow/python/ops里有random_ops,其中是这么写的: def random_normal(shape, mean=0.0, stddev=1.0, dtype=types.float32, seed=None, name
分类:
其他好文 时间:
2016-02-20 20:14:40
阅读次数:
350
(1)在VisitorView.swift文件中,懒加载一个按钮: private var loginButton:UIButton={ let btn=UIButton() btn.setTitle("注册", forState: UIControlState.Normal) btn.setBac
分类:
编程语言 时间:
2016-02-17 23:54:00
阅读次数:
267
parallel job shell调用:dsjob ./dsjob -run -mode NORMAL -paramfile xxx.param ETL Job开发流程 1. 用 DataStage Administrator 新建一个项目; 2. 用 DataStage Designer 连接到...
分类:
其他好文 时间:
2016-02-17 12:33:14
阅读次数:
170
1css如何工作 2普通流垂直外边距合并问题(取大的外边距) 3行高问题 normal与数字,会使字体大小跟随变化 4BFC触发条件:float除none外,overflow除visible外,display包含table-cell,table-caption,inline-block; posit
分类:
其他好文 时间:
2016-02-15 10:30:16
阅读次数:
132
Building Maintainable Software-java篇之Separate Concerns in Modules
In a system that is both complex and tightly coupled, accidents are inevitable.
—Charles Perrow’s Normal Accidents
theory in ...
分类:
编程语言 时间:
2016-02-13 15:48:19
阅读次数:
209
<!-- blockquote { color: rgb(102, 102, 102); }blockquote.western { font-family: "Georgia",serif; font-size: 12pt; font-style: normal; }blockquote.cjk
分类:
其他好文 时间:
2016-02-11 12:18:23
阅读次数:
262
先安装 sensors然后修改conky配置use_xft yes
xftfont WenQuanYi Zen Hei:pixelsize=12
xftalpha 0.1
update_interval 1
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_h...
分类:
其他好文 时间:
2016-02-09 21:06:14
阅读次数:
704