.MESH FILE CONVERSION
Hello, how would I go about converting Roblox .mesh files into Autodesk FBX Files with the use of Assimp via C# code?!
8 Replies
probably start with the assimp docs
your question is pretty specific so it's unlikely that someone will have a ready made answer for you
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
what do you mean!?
thanks, will have a look!
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
No, I'm editing a C# program which uploads .mesh files into Roblox.
But I realised Roblox doesn't support .mesh files in their new Open Cloud API.
They support now .FBX
So I'm seeing on how to convert .mesh files to .fbx!
via C#.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
no problem
$debug
Tutorial: Debug C# code and inspect data - Visual Studio (Windows)
Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data in a C# application.