Beispiel #1
0
        public static Scene PartProjectToAssimp(PartProject project, MeshExportOptions exportOptions = null)
        {
            var partWrapper = project.GenerateLddPart();

            return(LddPartToAssimp(partWrapper, exportOptions));
        }