lodToolkit icon indicating copy to clipboard operation
lodToolkit copied to clipboard

MeshtoLod error and work status

Open TuomasK1989 opened this issue 2 years ago • 1 comments

Hi, Very Nice work here. I tried to test meshToLod.exe for my textured OBJ-file but I get an error:

Info: Input file format: .obj Progress: 1, Time elapsed: 0ms, Time remaining: calculating... Error reading file D:\Data\Test\Test_0909_3m_text.obj: read error (Could not find plugin to read objects from file "D:\Data\Test\Test_0909_3m_text.obj".) Critical: Open file D:\Data\Test\Test_0909_3m_text.obj failed! Critical: Process failed!

What might be the problem? I am also curios that is this actively developed and is there plans when this feature would be ready for use? I would also be interested in developing and testing this if it would help.

TuomasK1989 avatar Nov 05 '21 10:11 TuomasK1989

Release is missing osgdb_obj.dll plugin from OpenSceneGraph. Also this tool converts to OSGB(losing textures) and not to 3MX yet. Pyrite3D could be more easily adapted for 3MX as CTM+textures is already implemented, need to wrap in 3MXB - https://github.com/PyriteServer/PyriteCli

otofoto avatar Nov 09 '21 02:11 otofoto