warrenm / GLTFKit2

A glTF 2.0 asset loader and exporter for Objective-C and Swift.
MIT License
159 stars 29 forks source link

Incorrect color of the face #29

Closed hi-yox closed 1 year ago

hi-yox commented 1 year ago

Hello, this project is great, but I have a problem, after obtaining blendshape information from Google's mediapipe, using SCNMorpher to set the weight will cause incorrect color of the face. Could you please help to check.

The first picture is correct, No lights were used

Screenshot 2023-06-02 at 09 22 12 Screenshot 2023-06-02 at 09 24 23
warrenm commented 1 year ago

This might be at least partially addressed by 7f64669. Please give it a try and let me know if it helps.

hi-yox commented 1 year ago

Thank you so much. Perfect solution to my problem;

warrenm commented 1 year ago

Glad to hear it worked. Thanks for the confirmation