Hi
I’m just getting back into 3D programming and I have never used MonoGame before. A few years ago I had a basic game of flying around a terrain with a few objects in the scene all working OK with XNA.
I’ve download MonoGame and started a new project and I am using the same objects as before I cannot get any of them to render under Monogame. I have tried .x (the original format but these either fail to load or render black) then converting to .fbx (either fails to load or just renders black) and .dae file (these work better but are missing textures in a few places).
Loading all these models into ‘Open 3D Model Viewer’ shows them to be all OK. I have tried the usual suggestions of importing into Blender and exporting again. I also tried the Autodesk FBX convertor for other objects but no luck there either.
Is Monogame a lot more fussy then the older XNA when it comes to loading objects? When I rebuild the Monogame pipeline with no errors and run my program I can see .xna files being generated OK.
So far I have just found one object from the MonoCube tutorial on the internet that renders OK with MonoGame.
Is there a convertor that will take any model and process it so Monogame can use it?
Any help would be appreciated.
Regards