William Linna
William Linna
### Describe the bug 📝 I'm trying to clone a `FragmentsGroup`. I assumed this would be possible, because `FragmentsGroup` extends `Group`. However, it fails with `Cannot read properties of undefined`....
I am trying to use `addHumanUser` by creating a client with `createManagementClient`. However, ``` import { createAccessTokenInterceptor, createManagementClient, } from '@zitadel/node/api'; const client = createManagementClient(zitadelUrl, createAccessTokenInterceptor(...)); ``` However, assigning gender...
 This is practically the same issue that [cjio has](https://github.com/cityjson/cjio/issues/184). Geometries are deformed because the whole transform is applied [very early](https://github.com/cityjson/cityjson-threejs-loader/blob/main/src/base/CityJSONLoader.js#L34) in the process. This leads to floating point inaccuracies....
### Describe the bug 📝 When I import certain models with IfcFragmentLoader, the loading process introduces shearing to the matrices. Shearing is not supported well by some engines. See [this...
### Describe the bug 📝 I am trying to export the fragments to glTF, but the exported glb-file is invalid. glTF validator produces lots of errors and the file doesn't...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
### Preflight Checklist - [X] I could not find a solution in the documentation, the existing issues or discussions - [X] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...
**Describe the bug** cjio exports tend to become very inaccurate once translation is involded. My suspicion is that it is caused by cjio calling `self.decompress` before computing normals, triangulating etc....
Hello, I just installed the software on my tablet. I gave Nabla accessibility permissions and added it to battery saving exceptions. Nabla says the service is on. The problem is...
It is difficult to say what API version zitadel-node uses. It seems that the API is not versioned or anything. This also makes it difficult to ensure the correct behavior,...