魔性的舞蹈 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
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
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
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 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 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】 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
这东西好难找LIGHT_ATTENUATION(a) shadow 的结果就在这个衰减里,这谁能猜的着,我一点点测出来的,reference也很难找 感谢这位http://blog.csdn.net/candycat1992/article/details/42460959 ...
分类:
编程语言 时间:
2017-10-20 20:08:21
阅读次数:
211
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