Data Driven Animation

I solved this questions. It turns out to be something really stupid. If your trying to parse bvh files. When dealing with euler rotation in bvh, you need to convert angle in bvh to radius when using this function FQuat(FVector::RightVector, (angle) * PI / 180.0) !!! this bug took me two weeks to find out, and solved in 1 minute!!!

1 Like