- level-of-details toolkit(LTK)
- Convert osgb lod tree to Bentley ContextCapture 3mx tree.
- Convert point cloud in ply/las/laz/xyz format to osgb/3mx lod tree, so that the point cloud could be loaded instantly.
- This program could handle extremely large point cloud as ply/las/laz/xyz file is streaming to the convertor.
NOTE: Official 3mx does NOT support pointcloud, this project extended 3mx to make it happen. Please read the doc for details.
- Convert mesh in obj format to osgb/3mx lod tree, so that the mesh could be loaded instantly.
- This program only support obj format mesh with group info, each group will be a tile in the lod tree.
- osgPlugins-3mx: load 3mx/3mxb format LOD model(support both mesh and pointcloud) files into OpenSceneGraph.
- Unity-3mxb: load 3mx/3mxb LOD model(support both mesh and pointcloud) files into Unity.
- MiaokitJS: load 3mx/3mxb LOD model files into Web browser.