Forge查看器优化 [英] Forge Viewer Optimization

查看:130
本文介绍了Forge查看器优化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在大型模型上使用Forge Viewer且浏览器加载svf模型时,会传输840 MB以上的空间.在移动设备上,页面加载失败.有可能部分加载模型吗?

When using Forge Viewer with large model and browser loads svf model, over 840 MB is transferred. On mobile devices page loading failed. Is there a possibility to load model partly?

推荐答案

请参见

See here to load a model partially - in a nutshell you'd need to pass the nodes' IDs (dbids) in when loading the model like below:

const options = { ids:[1,2,3 ...] }
viewer.start/loadModel/loadDocumentNode(document,geometry,options)

这篇关于Forge查看器优化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆