C
C#4mo ago
RobHustler

.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
Jimmacle
Jimmacle4mo ago
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
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
RobHustler
RobHustlerOP4mo ago
what do you mean!? thanks, will have a look!
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
RobHustler
RobHustlerOP4mo ago
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
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
RobHustler
RobHustlerOP4mo ago
no problem $debug
MODiX
MODiX4mo ago
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.

Did you find this page helpful?