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
Describe the bug
I am using a xeokit view which is not 100% of the screen; it's a section of a (flexbox) UI with sidebars.
I want to use the DistanceMeasurementsPlugin. However, I cannot seem to make this work where it both clips and positions
the lines correctly (I can only get one, or the other)
To Reproduce
I have the viewer in the following divs:
I think this could work if the plugin could take into account the offset of the div that it is drawing on; though I may have missed some other option ?
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using a xeokit view which is not 100% of the screen; it's a section of a (flexbox) UI with sidebars.
I want to use the DistanceMeasurementsPlugin. However, I cannot seem to make this work where it both clips and positions
the lines correctly (I can only get one, or the other)
To Reproduce
I have the viewer in the following divs:
I construct the distanceViewer plugin passing the DIV I require:
If I use the following CSS,
If I adjust the CSS to the following,
I think this could work if the plugin could take into account the offset of the div that it is drawing on; though I may have missed some other option ?
The text was updated successfully, but these errors were encountered: