helmut.bressler Posted June 28, 2013 Posted June 28, 2013 Hello, I would like to read the world bone transformation of a single frame without getting any interpolation of neighbouring frames.Assuming I would like to retrieve the bone-to-world matrix at the first frame in the .sanim file, do I have to specify 0 or 0.5 as time parameter for the setFrame() method? Both seem to be plausible for me. Thanks, Helmut
frustum Posted June 29, 2013 Posted June 29, 2013 You can specify integer frame time. In that case there is no interpolation between specified frames.
helmut.bressler Posted July 4, 2013 Author Posted July 4, 2013 Thank you, btw. I guess the 'to' parameter in the setFrame() is exclusive, so that passing a 'time' equal to 'to' is mapped to 'from'.
Recommended Posts