VEX共2篇
Houdini常用表达式函数-houdiniUE

Houdini常用表达式函数

Mathematical Functions in VEX Each formula along with some of the characteristics are listed below. y = 0; // Constant (value remains the same at all points in time) y = x; // Line...
Houdini4U的头像-houdiniUE钻石会员Houdini4U1个月前
1427
VEX-houdiniUE

VEX

创建新属性 @foo; //定义一个新的点浮点属性 'foo' @foo=1; //初始化值为1 //向量 在“@”之前加上“v”。要初始化,如果只是数字,请使用大括号,或者如果您正在使用函数或其他属性执行某些作...
Houdini4U的头像-houdiniUE钻石会员Houdini4U2个月前
05411