-
Allow AnnotationsPlugin to be configured with an amount to offset each Annotation from its Entity surface, with ````0.3```` being the offset's default value.
This is useful when the ````Anno…
-
- Removed WebGLDebugUtils global: https://github.com/xeokit/xeokit-sdk/commit/34f6a91566196fb10d1faa222ea565446c094498
-
When loading a model and a section plane already exists, things are clipped correctly:
![Screenshot from 2020-04-30 18-43-48](https://user-images.githubusercontent.com/83100/80736781-e1ab6600-8b12-…
-
When we create any ````Component```` or subclass in xeokit, the ````Scene```` will auto-generate its ID if we don't specify one.
These auto-generated IDs are of the form ````"__0"````, ````"__1"``…
-
## Description
This is caused by inconsistent backface culling between the various render passes that comprise SAO.
Backfaces are culled for SAO depth, normal and blend render passes, but are e…
-
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
-
Upgrade the XKT format to support geometry reuse.
- [x] Update [XKTLoaderPlugin](https://xeokit.github.io/xeokit-sdk/docs/class/src/plugins/XKTLoaderPlugin/XKTLoaderPlugin.js~XKTLoaderPlugin.html…
-
## 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.…
-
On `viewer/scene/mesh/Mesh.js`, there is following piece of code:
```
/**
* Comparison function used by the renderer to determine the order in which xeokit should render the Mesh .... etc
*
…
-
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…