Hello ,
This thread has been of a lot of use for me as I’m using the CustomMeshComponents to manually generate meshes I extract from Alembic files. However, I’m facing a small problem that I hope you’ll be able to help me with.
My meshes aren’t smooth enough : http://puu.sh/lJ25H/2578d51567.jpg . The problem is that thus far, I only fetch vertices and UVs from my Alembic files, not smoothing normals or anything like that. How could I properly smooth my model, I looked for a way to access normals but no luck thus far, in UCustomMeshComponent.
Thanks in advance !