-
- Removed WebGLDebugUtils global: https://github.com/xeokit/xeokit-sdk/commit/34f6a91566196fb10d1faa222ea565446c094498
-
When using `scene.setObjectsColorized(ids, color);`, only one face is colored:
![5bf428c2fcb421db6f547e961ff4551a](https://user-images.githubusercontent.com/1349751/80361721-b78f4500-8881-11ea-8d72-b…
Amoki updated
4 years ago
-
## The problem
In the following code...
https://github.com/xeokit/xeokit-sdk/blob/9c7819aae888d3f6519abf94578055b6b10a4f43/src/viewer/scene/webgl/Renderer.js#L599-L614
... seems that this if.…
-
Hi Lindsay,
there is an issue while picking/navigating using a storey map.
to reproduce:
1. go to https://xeokit.github.io/xeokit-sdk/examples/#storeyViews_StoreyViewsPlugin_pickStoreyMap
2. cli…
-
**Summary:**
I get the error `RangeError: Offset is outside the bounds of the DataView` when running xeokit-sdk on my React app.
**Expected behaviour:**
No errors, display Schependomlaan model in…
-
If I capture a viewpoint with
Using ````BCFViewpointsPlugin````, if I capture a viewpoint with the ````spaces_visible```` option:
````javascript
const vp = myPlugin.getviewpoint({
spaces_…
-
Hello Lindsay,
I tried to use this method `resetView( )` and noticed this is not fully implemented, not working...
https://xeokit.github.io/xeokit-sdk/docs/file/src/viewer/Viewer.js.html#lineNumbe…
-
At the time that I developed [BIMServerLoaderPlugin](https://xeokit.github.io/xeokit-sdk/docs/class/src/plugins/BIMServerLoaderPlugin/BIMServerLoaderPlugin.js~BIMServerLoaderPlugin.html), BIMServer 1.…
-
```js
viewer.camera.projection = "ortho"
const viewpoint = bcfViewpointsPlugin.getViewpoint();
bcfViewpointsPlugin.setViewpoint(viewpoint);
```
And the camera is not in the same position
Amoki updated
4 years ago
-
The scene.highlightMaterial.[fillColor/fillAlpha] change accordingly to the background color.
```js
viewer.scene.highlightMaterial.fillColor = new Float32Array([
47 / 255,
55 / 255,
…