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

would be possible of implementing the viewer with a dynamic slider for controlling directional lights in real-time (Height/Azimut)? Thanks in advance

Hello everyone! I noticed if I load multiple XKT files (converted from ifc), starting from the second model uploaded, the position seems to be not relative to the IFC origin,...

**Describe the bug** Green parts with some transparency look more like gray and almost completely transparent. **To Reproduce** ````js const viewer = new Viewer({ canvasId: "model-canvas", }) const ifcLoader =...

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

**Describe the bug** When using `DataTexture` and `logarithmicDepthBuffer`, there are some glitches on objects with custom rendering: ![image](https://github.com/xeokit/xeokit-sdk/assets/1349751/b4a551b7-007d-4765-ae3e-15336377e6f1) ![image](https://github.com/xeokit/xeokit-sdk/assets/1349751/3b67172c-a8c3-4a54-8dc2-d624c1f2c56c) I user default xeokit window rendering and this custom rendering for...

bug

**Describe the bug** https://xeokit.github.io/xeokit-sdk/examples/performance/#viewCulling_HolterTower An error is thrown and the model never loads. ping @tmarti too

Good day, @xeolabs **Describe the question:** Is any way to calculate annotation coordinates when model was rotated? ![msedge_if3JlQ7rkD](https://github.com/xeokit/xeokit-sdk/assets/61688249/d34a9607-414e-40c5-94e0-0729133e3e2f) **Additional information:** So we store model rotation and position properties and passing...

Currently, I only see the Axis Aligned Bounding Box (aabb) in the `Entity` object, I'd like to get the oriented bounding box. ![image](https://github.com/xeokit/xeokit-sdk/assets/26790341/7acc250a-380b-4ff8-b63a-b2d102bb1a85) I tried to get the entity's points'...

Hello, I'm working to convert 3D coordinates (xeokit) to 2D coordinates to project an annotation or element on a 2D map (storeys in SVG 2D), I'm wondering if xeokit has...

Question for community