admin管理员组

文章数量:1658060

  • obj->gltf,3dtile  

 

参考 http://t.csdn/7fGm0

 

https://github/CesiumGS/obj2gltf

https://github/PrincessGod/objTo3d-tiles

 

  •  Shp,osgb,fbx ->3dtiles

支持 osg、osgb、obj、fbx、3ds 等单一通用模型数据转为 gltf、glb 格式。

转出格式为 2.0 的gltf,可在以下网址验证查看: https://pissang.github.io/clay-viewer/editor/

 

http://t.csdn/wanIt

https://github/fanvanzh/3dtiles.git

 

  •  tif 切瓦片

http://t.csdn/NAXwt

用geotools切片

 

  • tif地形->3dtiles

参考:http://t.csdn/jqLW8

 

https://github/geo-data/cesium-terrain-builder

 

terr2cesiumApp工具

http://data.mars3d/tool/terr2cesiumApp.zip

 

https://github/CesiumGS/obj2gltf

https://github/PrincessGod/objTo3d-tiles

 

glTF相关工具推荐

glTF在线验证: http://github.khronos/glTF-Validator/

 

在线看gltf  https://gltf-viewer.donmccurdy/

 

 

浏览-Sketchfab: https://sketchfab/(需要注册账号,并且要上传模型才能浏览)

 

浏览-PlayCanvas查看器: https://playcanvas/viewer

 

浏览-ThreeJS查看器:https://gltf-viewer.donmccurdy/

浏览-BabylonJS查看器: https://sandbox.babylonjs/

gltf转glb: https://sbtron.github.io/makeglb/

obj2gltf(能用,要node.js环境): https://github/CesiumGS/obj2gltf

FBX2glTF(能用,可以下载对应服务器版本): https://github/facebookincubator/FBX2glTF

COLLADA2GLTF: https://github/KhronosGroup/COLLADA2GLTF

 

BIM格式转3D Tiles

要将文件格式从 .ifc.rvt.skp.nwd.dgn 转换为 3D Tiles 格式,您需要使用适当的转换工具。下面是一些常用的转换工具和相应的文件格式转换步骤:

  1. IFC(Industry Foundation Classes):要将 .ifc 文件转换为 3D Tiles,您可以使用ifcConverthttps://github/IfcOpenShell/IfcOpenShell 工具。这个工具是一个开源的命令行工具,可以将 IFC 文件转换为其他格式,包括 3D Tiles。以下是使用 ifcConvert 将 IFC 文件转换为 3D Tiles 的示例命令:

     

    bashCopy code

    ifcConvert input.ifc output.3dtiles

  2. RVT(Revit):要将 .rvt 文件转换为 3D Tiles,您可以使用FBX Converterhttps://www.autodesk/developer-network/platform-technologies/fbx-converter-archives 工具。FBX Converter 是一个免费的 Autodesk 工具,可以将 Revit 文件转换为多种格式,包括 FBX 格式。然后,您可以使用3D Tiles Converterhttps://github/CesiumGS/3d-tiles-tools 将 FBX 文件转换为 3D Tiles。以下是大致的转换步骤:

    • 使用 FBX Converter 将 .rvt 文件转换为 .fbx 文件。
    • 使用 3D Tiles Converter 将 .fbx 文件转换为 3D Tiles。
  3. SKP(SketchUp):要将 .skp 文件转换为 3D Tiles,您可以使用SketchUp Prohttps://www.sketchup/ 软件。SketchUp Pro 是一款专业的建模软件,可以将 SketchUp 文件保存为其他格式,如 COLLADA(.dae)或 FBX(.fbx)。然后,您可以使用 3D Tiles Converter 将导出的文件转换为 3D Tiles。

  4. NWD(Navisworks):要将 .nwd 文件转换为 3D Tiles,您可以使用Forge Model Derivative APIhttps://forge.autodesk/en/docs/model-derivative/v2/developers_guide/overview/。Forge Model Derivative API 提供了将 Navisworks 文件转换为多种格式的功能,包括 SVF(Shared Views)格式,该格式可以进一步转换为 3D Tiles。您可以参考 Forge Model Derivative API 的文档和示例代码来实现这个转换过程。

  5. DGN(MicroStation):要将 .dgn 文件转换为 3D Tiles,您可以使用ContextCapturehttps://www.bentley/en/products/product-line/reality-modeling-software/contextcapture 软件。ContextCapture 是一款由 Bentley 提供的用于生成三维现实模型的软件,它支持导出为多种格式,包括 3D Tiles。您可以使用 ContextCapture 将 DGN 文件转换为 3D Tiles 格式。

请注意,每个转换工具都有其特定的用法和支持的文件格式。在使用这些工具进行转换之前,您应该详细了解工具的使用说明和要求,以确保正确地转换您的文件到 3D Tiles 格式。

----------dae转gltf--------

转载http://t.csdn/aUFDp

1,首先在网站: https://clara.io/library?gameCheck=true&public=true&query=satellite   免费下载到dae模型\n2,在网站: https://github/KhronosGroup/COLLADA2GLTF/releases   下载dae转gltf的工具,假如是win64下载下面的:\n\n3,电脑端打开cmd,一路cd 进入下载好的dae转gltf的工具文件夹,并输入命令行:COLLADA2GLTF-bin.exe  -f   你的dae文件路径   -e\n\n4,最终生成gltf文件:

 

本文标签: 转换成格式dtiles