ProjSEED / lodToolkit

level-of-details toolkit(LTK). Convert osgb lod tree to 3mx tree. Convert pointcloud in ply/las/laz/xyz to 3mx/osgb tree.
MIT License
116 stars 36 forks source link

MeshtoLod error and work status #20

Open TuomasK1989 opened 2 years ago

TuomasK1989 commented 2 years ago

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.

otofoto commented 2 years ago

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