ObjLoadOptions loadObjOpts = new ObjLoadOptions();
// Import materials from external material library file
loadObjOpts.EnableMaterials = true;
// Flip the coordinate system.
loadObjOpts.FlipCoordinateSystem = true;
…...List<string>(new string[] { @"maps" }); var document = Aspose.ThreeD...Always generates material mapping information for geometries...