yj
yj
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
What is the best way to bring the fractured geometry? 2010年9月15日5:31
Hi!
When I use ‘RBDFracturedObject’, it costs a lot of memories and time because of ‘Copy Object DOP’ and applying data.
Do you have any solution about this problem?
What is the best way to bring the fractured geometry?
Cheers,
Yj
When I use ‘RBDFracturedObject’, it costs a lot of memories and time because of ‘Copy Object DOP’ and applying data.
Do you have any solution about this problem?
What is the best way to bring the fractured geometry?
Cheers,
Yj
How to get 'Parameter Operation' of forces via HDK? 2010年9月15日5:17
I'm sorry there's no one can answer my question.
I solved this problem using ‘active parameter’ w/ some expressions.
I hope this article helps someone like me.
And still waiting for the real answer.
Plz notice me if you know
I solved this problem using ‘active parameter’ w/ some expressions.
I hope this article helps someone like me.
And still waiting for the real answer.
Plz notice me if you know
How to get 'Parameter Operation' of forces via HDK? 2010年8月31日7:33
Hi! I'm trying to make RBD Solver in DOP with HDK and having a problem with getting forces.
const SIM_Data *DopData;
for(int i = 0; i< CurrentObject->getNumSubData(); i++)
{
if(DopData = currObject->getNthConstSubData(
&forcename, SIM_DataFilterByType(“SIM_ForceUniform”), f,
0, SIM_DataFilterAll() ))
{
//—- apply UniformForce
}
}
I thought ‘getNthConstSubData’ fn returns null except the first time,
when ‘Parameter Operation’ is set to ‘Set Initial’.
But the result is the same as ‘Set Always’.
Did I something wrong?
Please give me some help!
Cheers,
Yj
const SIM_Data *DopData;
for(int i = 0; i< CurrentObject->getNumSubData(); i++)
{
if(DopData = currObject->getNthConstSubData(
&forcename, SIM_DataFilterByType(“SIM_ForceUniform”), f,
0, SIM_DataFilterAll() ))
{
//—- apply UniformForce
}
}
I thought ‘getNthConstSubData’ fn returns null except the first time,
when ‘Parameter Operation’ is set to ‘Set Initial’.
But the result is the same as ‘Set Always’.
Did I something wrong?
Please give me some help!
Cheers,
Yj