Евгений Коваленков
Evgeniy Kovalenkov
About Me
Photographer, CG Generalist, FPV Drone Pilot, Web Developer
専門知識
Hobbyist
業界:
Film/TV
Houdini Engine
Availability
Not Specified
My Gallery
Recent Forum Posts
How to control Fragture object 2017年11月25日16:56
* lower collision padding in rbd object
* pop drag node (works with packed prims) with vex code: if (length(@v)<0.4) { airresist = 30; }
* pop wrangle:
if (length(@v) < 0.4) {
v@w *= 0.85; // rotational velocity drag
v@v *= 0.85; // velocity drag
}
if (length(@v) < 0.05 && @Frame > 50) {
i@active = 0;
}
* pop drag node (works with packed prims) with vex code: if (length(@v)<0.4) { airresist = 30; }
* pop wrangle:
if (length(@v) < 0.4) {
v@w *= 0.85; // rotational velocity drag
v@v *= 0.85; // velocity drag
}
if (length(@v) < 0.05 && @Frame > 50) {
i@active = 0;
}