Hi, I was wondering what is the easiest way to transfer geometry of different 3d models, from rhino to Unreal Engine. The intention is to create an app in UE where a user could view different 3d iterations which have been produced in grasshopper. That is something new for me so any guidance, useful plugins and tips about this process would be much appreciated!
I know this is cheesy, but you can bake your iterations save them as obj or fbx files and bring them into unreal.
GH doesn’t support materials or uv mapping unless you use 3rd party plugins might not matter if you are texturing in unreal.
You’ll need to bake your models in Gh and use some kind of scripting either python c#, plus 3rd party plugins like human or elefront maybe to get your models into unreal with textures. Maybe use the datasmith converter or maybe you can install twinmotion and hijack their export settings as it exports natively out of rhino direct to twin.
Though I’m not iterating models I’m trying to figure out how to leverage Gh to unreal to send my models to unreal for rendering and animation, but it seems more and more I just need to export parts and do the rest in unreal. Interested to see what you come up.