Unity-3mx icon indicating copy to clipboard operation
Unity-3mx copied to clipboard

Load 3MX/3MXB format LOD model files generated by Bentley ContextCapture into Unity.

Unity-3mx

中文

Load 3MX/3MXB LOD model files generated by Bentley ContextCapture into Unity.

use PointCloudMaterial as Material Override for pointcloud.

example

example_pointcloud

Tested platform

  • PC(Win) Standalone
  • WebGL
  • Android

Tested dev env:

  • Windows 10
  • Unity2018.4.23f1

Related project

  • lodToolkit: level-of-details toolkit(LTK). Convert osgb lod tree to 3mx tree. Convert pointcloud in ply/las/laz/xyz to 3mx/osgb tree.
  • osgPlugins-3mx: load 3mx/3mxb format LOD model(support both mesh and pointcloud) files into OpenSceneGraph.

Thirdparty (source codes included for convenience):

Known issues

  • Cache strategy is NOT optimized.