-
We are using Ionic version `5.4.16` in tandem with angular version `12.1.4`. When building our app in a development environment, we have no issues with `v6.4.1` as it directly uses the source files of…
-
My app is working fine up to version 1.0.102; however, I get different errors when trying to update:
From version 1.0.103 to 1.0.105 I get the error:
```
TypeError: this.wasmModule.OpenModel is …
-
**Is your feature request related to a problem? Please describe.**
I'm struggling with a poor performance when certain number of meshes are being rendered.
Doing some research about the inne…
-
ERROR in ./node_modules/@zappar/zappar-react-three-fiber/node_modules/@react-three/drei/core/Stats.js 3:0-57
Module not found: Error: Package path ./examples/js/libs/stats.min is not exported…
-
We were investigating on using this lib into our app to speedup raycasting and stumbled upon this answer on SO
https://computergraphics.stackexchange.com/questions/10098/is-bvh-faster-than-the-octr…
-
Hi @gkjohnson ,
I have a use case where I need to raycast to a BVH and find a Bounding volume at say level=20, enclosing that intersection point only so that I can do some intersection checks mysel…
-
export 'RGBFormat' (imported as 'RGBFormat') was not found in 'three'
i think this can be simple removed ( using RGBAFormat)
-
I have followed the examples regarding subsets and hiding and have created my own code to create subsets per storey to hide and show storeys. The subsets are created correctly, as far as I can tell. I…
m1900 updated
2 years ago
-
## Description
In my react-three-fiber project, I have to manually set `ifcManager.state.models[modelId]` before making a call to `ifcManager.createSubset()`. I thought the `createSubset` method woul…
-
Hello!
I was wondering what would be the fastest way to check if the geometry is colliding/contained in a box/geometry?
Right now I was doing it with this function that seems to work only with t…