码迷,mamicode.com
首页 >  
搜索关键字:light    ( 1054个结果
Unity Shader 获取模型空间坐标
CGPROGRAM // Physically based Standard lighting model, and enable shadows on all light types #pragma surface surf Standard fullforwardshadows vertex:v... ...
分类:编程语言   时间:2017-12-19 15:30:00    阅读次数:327
PFX证书拆分私钥与证书
1.首先安装Win32OpenSSL_Light-1_1_0g.exe,默认安装到了C盘根目录 2.将PFX证书粘贴到C:\OpenSSL-Win32\bin下 3.导出证书(进入CMD命令操作界面,进入openssl的bin目录)openssl pkcs12 -in root用户签名.pfx(原证书) -clcerts -nokeys -out cert.pem(证书名)输入
分类:其他好文   时间:2017-12-09 18:04:47    阅读次数:165
第一章 对象入门
1.1 抽象的进步 五大基本特征1.2 对象的接口 Light it = new Light();it.on();1.3 实现方案的隐藏 为什么要进行方法隐藏: 1.第一个原因是防止程序员接触他们不该接触的东西——通常是内部数据类型的设计思想。若只是为了解决特定的问题,用户只需操作接口即可,毋需明白 ...
分类:其他好文   时间:2017-12-07 20:50:31    阅读次数:135
[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 2 颜色和数学基础
大纲 what is color? The result of interaction between physical light in the environment and our visual system. A psychological property of our visual ex ...
分类:移动开发   时间:2017-12-02 14:05:32    阅读次数:489
Less的模式匹配
Less的模式匹配 Less提供了一种机制,允许根据参数的值来改变 mixin的行为。比如,以下代码就可以让 .mixin 根据不同的 @switch 值而表现各异: 此时,在调用 .mixin 时:如果 @switch 设为 light,就会得到浅色;如果 @switch 设为 dark,就会得到 ...
分类:其他好文   时间:2017-11-28 11:49:58    阅读次数:183
nRF5 SDK for Mesh
Getting started Getting started Getting started To get started, take a look at the Light switch demo. It shows how a simple application can use the me ...
分类:其他好文   时间:2017-11-13 13:56:58    阅读次数:198
UnityShader之光照
.基本概念 1.光源:unity支持的光源有四种 1)平行光Directional Light 2)点光源Point Light 3)聚光灯光源Spot Light 4)区域光光源Area Light 此外,发光材质也可以算作一种特殊光源 2.光与物体相交 光与物体相交有两个结果:吸收(aborpt ...
分类:编程语言   时间:2017-11-11 13:03:12    阅读次数:231
Android 创建项目出现No resource found that matches the given name Theme.AppCompat.Light
关于为何出现No resource found that matches the given name ‘Theme.AppCompat.Light’的原因 这边博客已经写的很清楚了 大家可以参考一下 http://www.jianshu.com/p/6ad7864e005e 在解决该异常时遇到了一 ...
分类:移动开发   时间:2017-11-10 18:29:26    阅读次数:204
TWI.CrackWIZE.v4.3.18509 断裂分析软件+CSI.PERFORM-3D
ATP-EMTP v11.4 1CD BETA CAE Systems v15.3.0 Win64 & Linux64 2DVD Intelligent Light FieldView v15 Win64 & Linux64 2CD JewelCAD.Pro.v2.2.3 1CD Mathworks ...
分类:其他好文   时间:2017-11-10 16:52:15    阅读次数:371
python 绘出分类效果的图步骤
先亮结果图:(忽略中文显示功能,请查看以前文章进行修改) cm_light = mpl.colors.ListedColormap(['g', 'r', 'b']) 目的: 生成分类器模型的界面图(展示模型的分类界面) 记住:平面也是由许多点组成的网格点组成的 (1)选出两个维度,x1,x2;选择出 ...
分类:编程语言   时间:2017-11-05 18:35:37    阅读次数:2909
1054条   上一页 1 ... 23 24 25 26 27 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!