admin管理员组文章数量:1125444
I am currently working on implementing Federated Views using the APS Forge Viewer (basically supporting for load multiple models). Current Implementation:
- Initial Model Loading: The first model is loaded by passing SVF data (stored locally, divided into chunks, combined, and then converted into SVF files) to the Forge Viewer. The viewer loads successfully, displaying both the geometry and the object tree.
- Subsequent Model Loading: Additional models are passed in a similar manner and are loaded using the loadModel function of the viewer. For each model, both the geometry and object tree are successfully loaded.
- Model Unloading: When a model is removed, it is unloaded successfully. I confirmed this by verifying that the UNLOAD_MODEL callback is triggered correctly.
Issue Encountered: When I attempt to reload the same model after it has been unloaded: Geometry is loaded correctly. However, the Object Tree does not get created, resulting in incomplete loading of the model. This issue occurs specifically when attempting to reload a previously unloaded model. For better context, I have attached a video demonstrating the problem. I would appreciate your guidance on resolving this issue as soon as possible. Please let me know if you require any additional details or logs to assist in troubleshooting. Thank you in advance for your time and support!
I am expecting to load the same model, with same url without uninitializing the viewer.
本文标签:
版权声明:本文标题:Issue with Reloading Same Model (after unloading) in APS Forge Viewer (`Instance Tree` not getting generated) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736659620a1946351.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论