I am currently reading the code of this FAST project and have encountered a problem. In the header file Skinning.h, there is a declaration of the function initialize_transformations()
// Initialize transformations for each handle to Identity
bool initialize_transformations();
But there is no implementation of this function in Skinning.cpp. Maybe you can help me with this small issue. Thanks.
Hello Alec,
I am currently reading the code of this FAST project and have encountered a problem. In the header file Skinning.h, there is a declaration of the function initialize_transformations()
But there is no implementation of this function in Skinning.cpp. Maybe you can help me with this small issue. Thanks.