xeokit-sdk
xeokit-sdk copied to clipboard
Open source JavaScript SDK for viewing high-detail, full-precision 3D BIM and AEC models in the Web browser.
**Describe the bug** Meta model is no longer available in meta objects **To Reproduce** Steps to reproduce the behavior: Render the example XKT model ```js const viewer = new Viewer({...
**Describe the bug** In xeokit sdk 2.6.10, rendering 200 annotations runs smoothly, in [email protected], there is significant lagging, I put two screen casts of the 200 annotations in different versions...
**Describe the bug** Loadig a corrupt GLB file (attached here) should be caught by the library user instead of crashing with a runtime error [c21.zip](https://github.com/user-attachments/files/17434273/c21.zip) **To Reproduce** Steps to reproduce...
**Describe the bug** Changing rotation coordinates does not work as expected, this visualization describes how euler angles work https://danceswithcode.net/engineeringnotes/rotations_in_3d/demo3D/rotations_in_3d_tool.html If I try the same thing in xeokit, I get very...
## Description It seems to me that when a subscriber to an event is created on a component, the callback to this subscriber is instantaneously resolved if said component had...
Touch rotation is currently bound to [magic numbers](https://github.com/xeokit/xeokit-sdk/blob/master/src/viewer/scene/CameraControl/lib/handlers/TouchPanRotateAndDollyHandler.js#L202-L203) *(1 for full horizontal rotation and 1.5 for half vertical rotation)*. This PR change the way `rotateDeltaY` and `rotateDeltaX` are computed. The...
Hi @MichalDybizbanskiCreoox! I have implemented somewhat the basics of what we discussed for the hatching branch. Right now, I am using materials that are already provided by xeokit and I'd...
**Describe the bug** When adding an XKT version of the federated IFC model to the TreeViewPlugin with `treeViewPlugin.addModel(123, { rootName: 'Filename' })` , not all of them are shown. **To...
Length, Area and volume can be measured in Zeokit.So a complete quantity takeoff implementation in xeokit should be possible seamlessly.