详细教程:开源跨平台三维模型轻量化软件osgGISPlugins-2、如何编译 缺陷 1、当前不支持i3dm、b3dm、gltf/glb文件的导入; 2、model23dtiles不支持构建kd树; ... 后续计划 1、更新相关依赖库到最新版本(尤其是meshoptimizer) 2、model23dtiles支持导出无光照的瓦片; 3、model23dtiles支持重新计算法线功能; ... ...
virtual const char* libraryName() const { return "osgGisPluginsTools"; } virtual const char* className() const { return "model23dtiles"; } protected: //todo:create quadtree or octree //virtual osg::ref_ptr<TileNode> buildTree(const osg::BoundingBox& total, const osg:...
OSGGISPlugins是一个用于扩展Open Source Geospatial Interoperability Standard (OSG) GIS插件库的项目。它的目标是将GIS数据转换为OpenSceneGraph(OSG)可以处理的格式,包括GLTF、B3DML和3DTiles。 OSG是一个开源的地理信息系统(GIS)软件框架,提供了一套完整的API来创建、编辑和管理地理数据。而GLTF是Google的WebGL ...
This project is to expand OSG's ability to convert GIS data, exporting gltf, b3dm, and 3dtiles. - osgGISPlugins/include/3dtiles/TreeBuilder.h at 2b104d7dbaf1557f2050ab01f4876091820ea2c2 · newpeople123/osgGISPlugins
Breadcrumbs osgGISPlugins / Readme.mdTop File metadata and controls Preview Code Blame 160 lines (148 loc) · 9.15 KB Raw 简体中文 | English 简介 osg的gis插件,能够读取、显示3dmax导出的具有Pbr材质的fbx文件、导出gltf/glb文件、导出b3dm文件、读取/导出ktx2格式图片、读取/导出webp格式图片。 同...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} newpeople123 / osgGISPlugins Public Notifications You must be signed in to change notification settings Fork...
This project is to expand OSG's ability to convert GIS data, exporting gltf, b3dm, and 3dtiles. - osgGISPlugins/include/3dtiles/TreeBuilder.h at 768924e824c64d970915775ef78839fcebb8f127 · newpeople123/osgGISPlugins
This project is to expand OSG's ability to convert GIS data, exporting gltf, b3dm, and 3dtiles. - osgGISPlugins/include/utils/TextureAtlas.h at 768924e824c64d970915775ef78839fcebb8f127 · newpeople123/osgGISPlugins
#define OSG_GIS_PLUGINS_SIMPLIFYINDICES_H 1 #include "meshoptimizer.h" #include "osgUtil/Optimizer"class SimplifyGeometryNodeVisitor :public osg::NodeVisitor { double _simpleRatio = 1.0; unsigned int _options = meshopt_SimplifyLockBorder;
This project is to expand OSG's ability to convert GIS data, exporting gltf, b3dm, and 3dtiles. - osgGISPlugins/include/osgdb_ktx/ReaderWriterKTX.h at 768924e824c64d970915775ef78839fcebb8f127 · newpeople123/osgGISPlugins