Tuesday, 24 November 2015

Week 6 - Thor Run

final

overview

inside solver

new codes week6 thor run
-----------------------
NEW CODES:
$SIZEZ/2
$CR OR $CB OR $ CG (RED BLUE GREEN)
$VY>$VZ
-----------------------
Brief notes:
notes: selecting and grouping the shoe sole, coloring the sole to red value,
attribute transfer (source(rightside):red sole, destination:grid)
point node to adjust the position using $CR .
------------------------
Whats solver?
#using solver and file node to write animation(play smoothly) -$F3.bgeo-
------------
#add velocity color to sole
add trail node to add velocity attribute,
add point node, add color, Y = $VY>$VZ
means if the upward ($VY) velocity is greater than the forward ($VZ), then color point green.
------------
whole steps:
file bgeo thorrun, rescale,
select and group left right soles,
delete unselected, color both soles to red(use pointnode).

make grid, change color to blue(use pointnode)

attribute transfer node: grid left, sole right. attri>points>Cd

add point node with position add ramp attribute at parameterY=ramp("ramp",$CR,0)

point node to recolor everything to one color.

solver to write bgeo.
-------------
how to add particles?
Null the soles from delete node,
add trail node to add velocity attribute.
point node with Color Y = $VY>$VZ
add popnet node-old

No comments:

Post a Comment