Log into your account to keep track of your progress. You can work through the lessons without logging in but your progress will be lost when you refresh the page.
None
${item.description}
COMMENTS
maya4fun 2 months, 3 weeks ago |
Evening Sergiocas, thank you for this really interesting tutorial but I have a problem with part one and I can't resolve. Can you help me because all works only that :
I don't know why but the central point is connected with all the the beast (points). Can you help me please ? Thank you in advance.
maya4fun 2 months, 3 weeks ago |
I think the error is on my first attribwrangle :
i@id = @ptnum +1;
v@rest_pos = @P;
Is it correct or not ? Thank you for answer.
Sergiocas 2 months, 3 weeks ago |
Hi! Good to hear you’re enjoying this tutorial. Have you managed to make any progress? If not, send me the .hip file — I’ll take a look. It’s easier that way. sergicasdi92@gmail.com
maya4fun 2 months, 3 weeks ago |
Hi, thank you Sergicasdis, unfortunatly no, no solution for me actually. I'll send you an hipnc because i have non commercial edition. Again, thank you.
Sergiocas 2 months, 3 weeks ago |
To displace a position vector in a certain direction, you need to scale the direction in which you want to displace the position, then add the resulting vector to the position.
vector t_pos = pos * dir * length; //////////this is what you currently have.
vector t_pos = pos + (dir * length);///////corrected version.
maya4fun 2 months, 3 weeks ago |
Thank you Sergio, you are the best ! (^_^)
It works !!
Please log in to leave a comment.