nhognon Posted February 5, 2016 Posted February 5, 2016 Hello, I am working on improving and integrating new animations to our character animation script. I have a walking animation which mainly animate legs of the character but also move a bit arms, torso, head, .... I have a "secondary" animation which only animate the left arm of the character. Which is the best solution to play both animation at the same time. I have tryed skinner.combine and skinner.add but it did not succeed. Then I found skinner.difference and it seems the solution but I did not understand how to use. If there any sample any where about how to use it ? Thanks.
silent Posted February 5, 2016 Posted February 5, 2016 Hi Nicolas, add and combine are working fine in our test samples. I assume that there might be an issue with your test model itself. difference block is described also in our documentation and a small example of difference usage you can find in <SDK>/data/samples/skinner/scripts/agent_walk_run_torso.script. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
nhognon Posted February 5, 2016 Author Posted February 5, 2016 Thanks ... I will look at this sample.
Recommended Posts