1、osgb是倾斜摄影的格式,osg可以直接读取osgb文件
OSGB file is an OpenSceneGraph Binary Scene Data. The OpenSceneGraph is an open source high performance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling.
osgPlugins/osg/ReaderWriterOSG2.cpp
ReaderWriterOSG2()
{
supportsExtension( "osg2", "OpenSceneGraph extendable format" );
supportsExtension( "osgt", "OpenSceneGraph extendable ascii format" );
supportsExtension( "osgb", "OpenSceneGraph extendable binary format" );
supportsExtension( "osgx", "OpenSceneGraph extendable XML format" );
supportsOption( "Ascii", "Import/Export option: Force reading/writing ascii file" );
supportsOption( "XML", "Import/Export option: Force reading/writing XML file" );
supportsOption( "ForceReadingImage", "Import opt

本文介绍了倾斜摄影中常用的三种格式:osgb作为OpenSceneGraph的二进制场景数据格式,gltf作为3D内容的交换格式,以及3DTiles,它是为大量地理3D数据流式传输和渲染设计的格式。3DTiles是Cesium框架所支持的倾斜摄影格式,并推荐了几个快速转换工具。
有关倾斜摄影的osgb、gltf、3DTiles格式&spm=1001.2101.3001.5002&articleId=108523060&d=1&t=3&u=d16cbd6e480b4207876f1e2072b488c6)
3481

被折叠的 条评论
为什么被折叠?



