Currently, the only 3D model transfer format that ArcGIS Pro supports in terms of exporting is Collada. However Collada is an older spec and not handled well by many 3D design software titles.
I would like functionality to export a 3D Multipatch object from ArcGIS Pro into GLTF (ascii AND/OR binary).
The general flow would be similar to arcpy.MultipatchToCollada_conversion() and could be something like arcpy.MultipatchToGLTF(output_path, output_name, prepend_source_name, format="BINARY")
(or, format="ASCII")
GLTF/GLB files are handled very pleasantly not only by numerous 3D design titles (e.g., Blender can open a 100mb GLTF without breaking a sweat while a 50mb Collada will bring it to its knees) but also the universal three.js framework.
Please bring GLTF export support to ArcGIS Pro!