I have some fbx files.now I want to read them by C#.I just want the point coordinates in fbx file,
I have some fbx files.now I want to read them by C#.I just want the point coordinates in fbx file,
The FBX SDK is only provided as C++ library and Python bindings. To use C# you would, most likely, need to write all your wrapper functions to interface with the C++ code.
The FBX SDK is only provided as C++ library and Python bindings. To use C# you would, most likely, need to write all your wrapper functions to interface with the C++ code.
I posted a link about a wrapper for FBX here. It works but only with the 2009 SDK. Still.. I'm still using this with VB.net and it works well.
I am very used to working with that wrapper..
Here is more info.
I posted a link about a wrapper for FBX here. It works but only with the 2009 SDK. Still.. I'm still using this with VB.net and it works well.
I am very used to working with that wrapper..
Here is more info.
Can't find what you're looking for? Ask the community or share your knowledge.