Aspose.3D for .NET
I wonder what is the mean option of EnableCompression.
It mean polygon diet?
Please refer to the code below.
FBXSaveOptions saveOpts = new FBXSaveOptions(FileFormat.FBX7200Binary);
saveOpts.EnableCompression = true;
scene.Save(“d:\output.fbx”, saveOpts);