-
Notifications
You must be signed in to change notification settings - Fork 71
Loaded model doesn't display until window resized #56
Comments
I have the same issue, still looking for a solution. |
Any news on this one? |
by the way: it's not related to the fact that I'm loading an STL file, happens with a simple cube as well... |
ok, I have found what causes the problem: if the scene is not initially visible (for example sitting on a tab), the problem occurs. If I put the scene on the first tab (it will then be displayed initially) everything is fine. Any Idea what could be the reason? |
Hey, sorry for the delay on this. Would you mind preparing a minimally reproducible example? Preferably using Glitch or something similar? Here's a starter example on Glitch. |
@morphace I hope this is the issue you were facing, So I am providing the editable link that you can run in separate screen to track the elements. Before I start, Thanks for providing us with such a wonderful package. So the issue is, I am trying to make the Could this be a bug with the package? |
@SnowNooDLe many thanks for the details. I'll try to carve out some time to take a look soon. |
我觉得只是因为vue操作虚拟dom导致的,因为很多选项卡默认只会加载第一个选项,当你点击第二个点的时候他才开始加载第二个,很多类似的数据可视化组件有这种问题比如echarts,我建议在vue中使用this.$nextTick,等待dom完全加载出来之后在渲染 |
Hi,
I load a model (STL file), but it's only displayed when I resize the browser window. I inspected the elements and saw that the canvas height is 0 intially, although I set the width to 100% and the height to 100em.
Thanks,
Markus
The text was updated successfully, but these errors were encountered: