Open flying-ming opened 3 years ago
i found a err.
master branch, the lastest code.
Set the "resizing" option to "manual" const surfer = new BimSurfer({resizing: 'manual'});
const surfer = new BimSurfer({resizing: 'manual'});
I think that the automatic resizer tries to draw before the viewer is fully initialized
i found a err.
master branch, the lastest code.