有没有办法复制FaceAlignment?
问题描述:
FaceAlignment只有一个默认构造函数,而且没有Clone()或复制构造函数
FaceAlignment only have a default constructor, and no Clone() or copy constructor
还有AnimationUnits和Quality是只读的,不能通过manully复制完成它。
also AnimationUnits and Quality is read-only, it can't be done by manully copy it.
我希望在FaceModelBuilder捕获时保存FaceAlignments并在捕获完成后使用它。
I want to save FaceAlignments while FaceModelBuilder is capturing and use it after capture is complete.
答
api不提供任何保存或导入管道的能力。从模型数据(顶点和标记)中,您可以将其导出为任何建模格式(stil / obj),您可以在Fusion Explorer示例中找到该代码。
The api's do not provide any ability to save or import into the pipeline. From the model data(vertex and indicies), you can export that to any modeling format(stil/obj) which you can find code for in the Fusion Explorer samples.