How do I load a 3d Object from web server ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By garuhester

how do i import the 3d objects like obj,dae or gltf into the godot from web server?i use the HTTPRequest to request the online obj model url,i can get the content of the obj file by body.get_string_from_utf8(),but i don’t know how to change this to mesh?thanks