William Linna

Results 41 issues of William Linna

### Description GLTFLoader outputs an empty Group when multiple scenes refer to the same root node. I created a simple cube in Blender, exported to glTF. This works fine. But...

Bug
Loaders

### 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...

bug
backend
frontend
auth

### 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...

bug
performance
resources

The [link](http://page.math.tu-berlin.de/~gunn/Documents/Papers/GAforCGTRaw.pdf) in [Ganja starterkit : PGA3D P(R*3,0,1)](https://github.com/enkimute/ganja.js?tab=readme-ov-file#P3) is broken. I've tried to find the source material myself, but so far I haven't found a document where page 15 would...

EDIT: I implemented a fix for epa3 that should also make the test case work as expected Alleviates/fixes these issues: https://github.com/dimforge/parry/issues/253 https://github.com/dimforge/parry/issues/246 Related Discord thread: https://discord.com/channels/507548572338880513/1274773766811160646 `EPA::closest_point ` crashes at...

### Description 📝 As a (BIM) developer using thatopen/components, I want to be able to have indirect properties available. However, right now there are no configuration options that would make...

feature

I am using the following code to create a voice call: ``` call = matrixcs.createNewMatrixCall(client, roomName); call.remoteVideoElement = {}; call.setRemoteAudioElement(callAudiotag); console.info("Call %s", call); addCallListeners(call); call.placeVoiceCall(); ``` The problem is that...

T-Defect

### Feature Description Create a function for `Operator` (somewhat similar to `presign_read`) which generates a permanent publicly accessible URL to the resource. For example, I'm using Google Cloud Storage emulator...

enhancement

According to the return type of `getHeaderFiles` [here](https://github.com/parametricos/BCF.js/blob/main/src/2.1/Helpers.ts#L180) , the function should return `IFile[] | undefined`. However, based on my debugging, it actually returns `{ file: IFile }[] | undefined`...

### What happened? I'm using `thatopen/components` to load an IFC. The model loads without errors, but the geometry is very wrong. I can send a model privately. Here are my...

bug