xeokit-bim-viewer icon indicating copy to clipboard operation
xeokit-bim-viewer copied to clipboard

A browser-based BIM viewer, built on the xeokit SDK

Results 52 xeokit-bim-viewer issues
Sort by recently updated
recently updated
newest added

Need to work out modes for picking in relation to object effects. Possibilities: * Hide tool able to pick both opaque and xrayed objects * Click-drag-pivot-orbit only picks non-xrayed objects...

This way, we can, for example, view-fit an object in 3D, then when we transition to 2D, the object remains the focus. Same for transition from 2D to 3D. Otherwise,...

enhancement

1. Load a model 2. Hide a small number of objects 3. Save a BCF viewpoint, in which the visibility exceptions are the hidden objects 4. Load a second model...

Two changes to xeokit SDK Viewer configs give us better X-Ray in BIMViewer. Disable Depth masking: ````javascript const viewer = new Viewer({ localeService: cfg.localeService, canvasElement: canvasElement, keyboardEventsElement: cfg.keyboardEventsElement, transparent: false,...

Seems like the "Inspect Properties" has stopped working. Complaining about "propertySet is undefined" in xeokit-bim-viewer-app/lib/xeokit-bim-viewer/xeokit-bim-viewer.es.js ![bilde](https://github.com/xeokit/xeokit-bim-viewer/assets/12719970/0cf1af9a-091a-4193-8b9c-9dac05b2541c) ![bilde](https://github.com/xeokit/xeokit-bim-viewer/assets/12719970/406b74b6-3077-4c4d-8e31-366358459b09)

I am trying to use xeokit within a web view in a native iOS application. The sdk is propery loaded into the safari/webkit view and displays the controls and UI...

Seems like the measurement tool is not working when a model has slice on a specific axis. I guess its X axis. Interference between the slicing and measurement tools? How...

Measurements are not cliced by the slicing tool.