aws-samples / amazon-sumerian-hosts

Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
MIT No Attribution
174 stars 80 forks source link

@c-morten Thanks. Side questions, is there a quick way to get rid of all the "stray hair" on the Cristine model? Hopefully some way that someone who is not an animator (massive understatement in my case) could do? I use the models frequently with their head position in profile and those hair elements look really bad from that view on that model. #59

Closed crowers closed 2 years ago

crowers commented 2 years ago

@roschler We have the same issue raised by a customer - importing the GLTF into Blender and making the edits and re-exporting is generating a distorted mesh?

@c-morten Thanks. Side questions, is there a quick way to get rid of all the "stray hair" on the Cristine model? Hopefully some way that someone who is not an animator (massive understatement in my case) could do? I use the models frequently with their head position in profile and those hair elements look really bad from that view on that model.

Originally posted by @roschler in https://github.com/aws-samples/amazon-sumerian-hosts/issues/19#issuecomment-686830438

jkerste commented 2 years ago

Hey @crowers, the Cristine character currently has hair modeled as a single object. To achieve that result you could modify the existing hair model or supply a new hair model and then export/use the resulting character asset.

SavagePencil commented 2 years ago

The issue may be the import setting called ‘Bone Dir’ in the Blender glTF importer. By default it is set to ‘Temperance (average)’, but to work with our animations it needs to be set to ‘Blender (best for re-importing)’. we tested it out and were able to apply our existing animations to a model created by merging to of our characters together in Blender and re-exporting. image001