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

Add the ability to disable rotate when mouse move after right-clicking.

This fixes #360. This change avoids leaking MetaModels/MetaObjects when destroying models loaded by XKTLoaderPlugin.

# Detail Culling A new ````DetailCullPlugin```` will accelerate camera interaction by culling less visually-interesting objects while the camera is moving. For each ````Entity```` that represents an object in your ````Viewer````,...

enhancement

When we've created a section plane, while the section plane editing gizmo is showing, we're unable to create any more section planes, because it is suppressing "pickedSurface" events from CameraControl.

bug

Like the AutoDesk ViewCube. Clicking on the arrows (top right) will rotate the camera 90 degrees about the vertical axis. ![unnamed (1)](https://user-images.githubusercontent.com/83100/72891662-01154480-3d15-11ea-984a-f8eca96e84ac.png) ![unnamed](https://user-images.githubusercontent.com/83100/72891572-ce6b4c00-3d14-11ea-8468-70e553414e23.png)

enhancement

Make xeokit track how much memory it's using so that application users can get some feedback as they load large/numerous models into it. Since we know how much memory Chrome...

Allow option to pick empty space on a ````StoreyMap````. This would return a ````PickResult```` with no entity, but with a ````worldPos```` that the ````Camera```` can fly to. The ````worldPos```` will...

enhancement