-
In those lines of code belonging to `src/viewer/scene/Input.js` destructor...
https://github.com/xeokit/xeokit-sdk/blob/1a8b425ad4d5fbe996ba1ffe97f332ae29f41f84/src/viewer/scene/input/Input.js#L222…
-
Let me quickly try and summarise the issue.
According to the documentation, there are currently 2 ways of instantiating a Viewer:
1. Connect an existing canvas DOM element with the sdk by passing …
-
In the following piece of code...
https://github.com/xeokit/xeokit-sdk/blob/6d449ebe58500f0b60b4e30a5c46e3db047d74ba/src/viewer/scene/mesh/Mesh.js#L214-L233
... we can see that the drawHash of t…
-
As per the title. We probably don't want the viewer to hang around in memory when the component gets unmounted. See https://github.com/xeokit/xeokit-sdk/issues/79#issuecomment-502087668 for why this s…
-
Hello there,
We've recently tried to use the XKTLoaderPlugin in our React application and came across a bug.
The way the `pako` package is imported in the [XKTLoaderPlugin.js](https://github.com…
-
1. at "https://github.com/xeokit/xeokit-sdk/wiki/Viewing-Models-from-BIMServer"
BIMServerLoader is not defined anywhere: fix -> rename the variable(delete Plugin) as shown
2. at "https://github.c…
-
Hello,
As we briefly discussed before, here I open an issue to expose an idea related to the performance of model loading (GLTF models in my case).
**The background**
When we load a GLTF mode…
-
Add prop-types to the project to give future users a better development experience and a good sense of what sort of props can or must be passed through.
-
~~Models can already be dynamically added and removed. Corresponding BCF viewpoints however don't yet respond to props changing. It might be worth refactoring the model and viewpoint loading logic in …
-
Thanks for creating the react component and sharing with the community!
From the example, this is how you reference the src
```
export const sampleModel1 = {
id: 'duplex',
src: './models/dup…