Traditional Culture Encyclopedia - Photography major - Can Cesiumjs load OSGB data of oblique photography?

Can Cesiumjs load OSGB data of oblique photography?

Sure!

However, instead of loading the original data in OSGB format, it must be converted (OSGB2b3dm.exe) to B3DM format, which is the loading format of slice model supported by cesium.

-cesium loading b3dm code.

Varmodel = _ teemo _ scene.primitives.add (new cesium. Cesium3DTileset({

id: o.id,

Website: o.url,

Maximummemoryusage: 1024,//Maximum memory usage.

Skippleofdetail: true, //LOD optimization item ↓↓↓↓↓

basscreenspaceerror: 1024,

skipScreenSpaceErrorFactor: 16,

skipLevels : 1,

immediately loaddesiredlevelofdetail:false,

loadSiblings : false,

cullwithchilderbounds:true

}));