You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to get the section plane implemented in our system, but we are having issues with the movement (mainly the rotation, but also moving left/right/up/down). The movement isn't smoot and seems at times counter intuitive. Also we something get almost no movement or a flip of the section plane.
See the gif.
We tried setting only minimal settings in the camera but that gave no improvement. We currently have the following settings
`const sectionPlanes = new SectionPlanesPlugin(viewer, {
overviewVisible: false
});
Hello,
We are trying to get the section plane implemented in our system, but we are having issues with the movement (mainly the rotation, but also moving left/right/up/down). The movement isn't smoot and seems at times counter intuitive. Also we something get almost no movement or a flip of the section plane.
See the gif.
We tried setting only minimal settings in the camera but that gave no improvement. We currently have the following settings
`const sectionPlanes = new SectionPlanesPlugin(viewer, {
overviewVisible: false
});
const bimViewer = new BimViewer(viewer, distanceMeasurements, sectionPlanes, fastNavPlugin, "ContextMenu");
window.bimViewer = bimViewer;
viewer.camera.eye = [-3.06, 8.19, 11.253];
viewer.camera.look = [6.22, 5.84, -2.10];
viewer.camera.up = [0.08, 0.98, -0.11];
viewer.storyViewerUsed = false;
viewer.camera.perspective.far = 12000.0;
viewer.camera.orbitPitch(20);
viewer.cameraControl.followPointer = true;
viewer.cameraControl.inertia = 0.75;
viewer.cameraControl.pivotElement = pivotElement;
viewer.scene.xrayMaterial.fill = false;
viewer.scene.xrayMaterial.edgeAlpha = 0.4;
viewer.scene.xrayMaterial.edgeColor = [0, 0, 0];`
Any help would be greatly appriciated.
Kind regards,
Tom Vaessen
The text was updated successfully, but these errors were encountered: