When you're unable to access the object tree of a model on a mobile device, you're likely hitting memory limits of the Forge viewer, and you can try to bypass those by explicitly setting the limits to zero:viewer = new Autodesk.Viewing.Private.GuiViewer3D( document.getElementById('viewer'), { memory: { limit: 0 } }); 这篇关于如何在手机或平板电脑上访问模型三?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-27 03:43