xeolabs

Results 226 issues of xeolabs

When loading a LAS/LAZ file (especially alongside a BIM model), we want to automatically position and align the point cloud within xeokit's double-precision coordinate system. To do this, we need...

enhancement

Sticky caches and network latency (NPM, CDN, browser, DevTools) often cause confusion during deploys, sometimes taking hours for the binaries to propagate through the network. For sanity-checking in the face...

help wanted
good first issue

Idea: option to make `Viewer.getSnapshot` generate an additional HTML fragment that defines an image map of clickable regions within it. The clickable regions could be objects, annotations, distances etc. Clickable...

![Screenshot from 2023-05-30 13-21-00](https://github.com/xeokit/xeokit-sdk/assets/83100/049b9d80-2352-415f-a6be-7ecb2d2b5f07) ![Screenshot from 2023-05-30 13-20-50](https://github.com/xeokit/xeokit-sdk/assets/83100/47b2bd25-4042-45af-9ad1-d51c7f2a3b24)

enhancement

When we use CameraControl to: 1. click on an object and drag to pivot that point 2. release 3. click on object again, and drag to pivot that point If...

bug

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,...