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

**Describe the bug** The `parentTransformId` parameter in the `createTransform` method of a `SceneModel` is ignored due to the following error in the code ``` if (this.parentTransformId) { parentTransform = this._transforms[cfg.parentTransformId];...

Hello. How can I disable messages in console like "Creating VBOInstancingTrianglesLayer" or "[xeokit plugin XKTLoader]: Loading .xkt V10"? Thank you!

question

**Describe the bug** DistanceMeasurementPlugin not working if on scene has Mesh. **To Reproduce** ````js var viewer = new Viewer({ canvasId: 'cv', }); var distancePlugin = new DistanceMeasurementsPlugin(viewer) var distanceMeasurementsMouseControl =...

enhancement

Consider setting `alphaDepthMask` to `false` by default for transparent objects. When `alphaDepthMask` is `true`, we see the transparent windows in the foreground preventing the windows in the background from rendering,...

enhancement

Create a component that enables us to translate, rotate and scale objects using the mouse/touch, similar to THREE's [TransformControls](https://threejs.org/docs/#examples/en/controls/TransformControls)

I'm able to convert CityJson 2.0 to xkt, is there a way to add this model on top of a (google/leaflet) map?

question

Missing viewer component in initialization.

[User]: I noticed I could hide x, y, z, lables but not the label of direct distance of 2 pts. It is possible to add hide label for direct distance...

question

Hello again :) I think I am facing a bug with the viewer. as you can see in this other viewer we can see the following propertySets for the following...