kluchLProconom
Results
2
comments of
kluchLProconom
Hi, Can I still show only one model?
Hi, we face the same issue. We are trying to fix it out by this: var ifcCamera= viewer.context.getIfcCamera(); //children[0] is mesh if one model is connected (we think) ifcCamera.cameraControls.fitToSphere(scene.children[0].geometry.boundingSphere); ifcCamera.cameraControls.maxDistance...