xeokit-sdk icon indicating copy to clipboard operation
xeokit-sdk copied to clipboard

Open source JavaScript SDK for viewing high-detail, full-precision 3D BIM and AEC models in the Web browser.

Results 252 xeokit-sdk issues
Sort by recently updated
recently updated
newest added

## Background Models positioned far from the coordinate origin often have vertex coordinates that have a high value and therefore require double-precision to view accurately. GPUs only support single-precision, however,...

enhancement

I'm trying to show only a subset of entities when I create the storeys through the `createStoreyMap` (StoreyViewsPlugin) ```storeyIds.forEach(storey => { const storeyMap = storeyViews.createStoreyMap(storey, { format: 'png', width: 1024,...

feature-suggestion

**Describe the bug** When taking a snapshot with `Viewer#getSnapshot` the anti-aliasing settings of the active scene are ignored. For example, this is what a sample model looks like inside the...

feature-suggestion

See: https://github.com/xeokit/xeokit-sdk/pull/880

## Requirement When slicing an object with a SectionPlane, make the holes appear to be filled, as if the object was solid. ![CHuLRQdWwAAD_pe](https://user-images.githubusercontent.com/83100/173542383-0f45abb7-7ecc-4528-8fc3-c8d7cae8a419.png) ## Solution Simply renders the interior faces...

enhancement

Some objects may be still picked even if there are not pickable. Steps to reproduce the behavior: 1 - Serve the following code as index.html 2 - try to pick...

We have a idea to create a multi-select feature. By click/drag over the viewer, create a selection area. Select model objects inside this area. Kind of like this: https://dragselect.com/ Maybe...

hello, im trying to use the new WebIFCLoaderPlugin, to load Ifcs, and it requires a path to a wasm file, which i provide using the default cdn provided in the...

Currently, i want my annotation to follow a certain entity. So i update the annotation's world position with the entity's updated world position every tick. But its only following the...

feature-suggestion