This is awesome, exciting times.
http://wave.google.com
Cozy Games
7 years ago
I'm a HMI Designer, and this is my personal blog which will be a place where I can vent on things I find interesting. Not necessarily related to HMI.
uvLayer aims to redefine online video. With uvLayer users can easily manipulate their media, collect and publish to the web, and share videos with friends ...
$p = `polyCube -ch on -o on -cuv 4`;
$countCur = 0;
$mx = 64;
$my = 48;
for($y = 0; $y < $my; $y++)
{
$prevsel = `ls -sl`;
for($x = 0; $x < $mx; $x++)
{
$countCur++;
string $sel[] = `ls -sl`;
float $u = (1.0 / $mx) * $x;
float $v = (1.0 / $my) * $y;
$v = -$v;
$string = ("float $col[] = `colorAtPoint -u "+$u+
" -v "+$v+" "+$animNodeTexName+"`; rotateX =
20.0 * ($col[0]+$col[1]+$col[2]);");
for($sa in $sel)
{
expression -o $sa -s $string;
}
duplicate -rr;
move -r 1 0 0;
}
select $prevsel;
duplicate -rr;
move -r 0 -1 0;
}