码迷,mamicode.com
首页 >  
搜索关键字:light    ( 1054个结果
魔性的舞蹈
魔性的舞蹈 this.p0 = p0; this.p1 = p1; this.distance = dist; this.size = size; this.light = light || 1.0; this.force = force || 0.5; this.image = stroke("h ...
分类:其他好文   时间:2017-11-05 17:20:03    阅读次数:126
safe and sound
I remember tears streaming down your face, When I said I'll never let you go. When all those shadows almost killed your light, I remember you said don ...
分类:其他好文   时间:2017-11-03 20:13:37    阅读次数:187
练习探照灯
当前浏览器不支持canvas,请更换浏览器后再试。 var light = {x:400, y:250, radius:50, vx:Math.random()*5 + 10, vy:Math.random()*5 + 10} var img ; window.onload = function()... ...
分类:其他好文   时间:2017-10-30 23:53:39    阅读次数:178
Java集合复习Collection
1 import java.util.*; 2 class Snow{} 3 class Powder extends Snow{} 4 class Crusty extends Snow{} 5 class Slush extends Snow{} 6 7 class Light extends ... ...
分类:编程语言   时间:2017-10-26 13:53:20    阅读次数:184
Java集合复习Collection(2)添加一组元素
1 import java.util.*; 2 class Snow{} 3 class Powder extends Snow{} 4 class Crusty extends Snow{} 5 class Slush extends Snow{} 6 7 class Light extends ... ...
分类:编程语言   时间:2017-10-26 13:47:54    阅读次数:156
Light Probe
【Light Probe】 Light Probes provide a way to capture and use information about light that is passing through the empty space in your scene. Similar to ...
分类:其他好文   时间:2017-10-25 00:44:14    阅读次数:175
Ambient Light
【Ambient Light】 Ambient light is light that is present all around the scene and doesn’t come from any specific source object. It can be an important c ...
分类:其他好文   时间:2017-10-24 11:34:47    阅读次数:218
Light Explorer
【Light Explorer】 The Light Explorer allows you to select and edit light sources. Window> Lighting > Light Explorer. Lights, Reflection Probes, Light P ...
分类:其他好文   时间:2017-10-24 01:44:23    阅读次数:163
unity shadow
这东西好难找LIGHT_ATTENUATION(a) shadow 的结果就在这个衰减里,这谁能猜的着,我一点点测出来的,reference也很难找 感谢这位http://blog.csdn.net/candycat1992/article/details/42460959 ...
分类:编程语言   时间:2017-10-20 20:08:21    阅读次数:211
Java使用barcode4j生成条形码
1、将要使用到的jar包导入项目(1、commons-lang-2.3.jar 2、barcode4j-light-2.0.jar) 2、新建类 BarcodeUtil 3、代码部分 package com.sale.util;import java.awt.image.BufferedImage; ...
分类:编程语言   时间:2017-10-13 14:17:53    阅读次数:300
1054条   上一页 1 ... 24 25 26 27 28 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!