2013. 12. 16. 22:36
// Copy attributes from particles to surface
int handle;
handle = pcopen(@OpInput2, "P", @P, 1000, 1);
@v = pcfilter(handle, "v");
// @Cd = pcfilter(handle, "Cd");
pcclose(handle);
'CGI > Houdini' 카테고리의 다른 글
【Cloth】realistic air field by pyroFX (0) | 2014.01.07 |
---|---|
maya camera -> houdini camera (rendering) (0) | 2013.12.27 |
VEX Wrangle Workshop (0) | 2013.12.10 |
variable_viscosity (0) | 2013.12.05 |
flip particles and ship (0) | 2013.11.30 |