About jpct-ae loading Problems with FBX format files

Started by dandan225113, March 30, 2022, 09:41:56 AM

Previous topic - Next topic

dandan225113

Hello, I'm using jpct-ae loading Obj model can run successfully. Now I want to load it FBX model, but I can't find the relevant API or method. How can I load the FBX model?

EgonOlsen

The is no such thing. jPCT(-AE) basically loads OBJ, 3DS and MD2. If you want use FBX, you either have to convert it (for example into OBJ) first or write your own loader.

dandan225113

Quote from: EgonOlsen on March 30, 2022, 09:47:25 AM
The is no such thing. jPCT(-AE) basically loads OBJ, 3DS and MD2. If you want use FBX, you either have to convert it (for example into OBJ) first or write your own loader.
Thank you

AeroShark333

You can import an FBX file in Blender and export it to OBJ ;)