osg学习(四十五)有关倾斜摄影的osgb、gltf、3DTiles格式

本文介绍了倾斜摄影中常用的三种格式:osgb作为OpenSceneGraph的二进制场景数据格式,gltf作为3D内容的交换格式,以及3DTiles,它是为大量地理3D数据流式传输和渲染设计的格式。3DTiles是Cesium框架所支持的倾斜摄影格式,并推荐了几个快速转换工具。
摘要由CSDN通过智能技术生成

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 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值