Houdini/Houdini [스크랩]
[Houdini] sin expression
Kay_
2011. 7. 21. 14:19

1) create a line node, and increase points to 50 and set distance to 10, change direction to 1,0,0
2) create a point node, type $TY+sin($F+$PT*20)*2
Variable:
$TX, $TY, $TZ --- X, Y, Z point position variables
3) create a attribcreate node
attribcreate node is used to add or modify user defined attributes
Name the node as width
type $PT/$NPT*0.1 at the first value box
4) create a polywire node
Type $WIDTH at Wire Radius
$PT point number
$NPT Total number of point
$CR Diffuse point color red
$CG Diffuse point color green
$CB Diffuse point color blue
$PR Primitive or profile number
$NPR Total number of primitives or profile number
$F Frame number