alecjacobson / FAST

Fast Automatic Skinning Transformations
Mozilla Public License 2.0
66 stars 11 forks source link

Cannot find the implementation Skinning::initialize_transformations() #3

Closed ruoqingsun closed 7 years ago

ruoqingsun commented 7 years ago

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()

// 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.

alecjacobson commented 7 years ago

Isn't there? See around line 3321 of Skinning.cpp.

ruoqingsun commented 7 years ago

Ah, I think I accidentally remove some parts of the code in my local file. I will sync again. :)