Merwan Achibet
Merwan Achibet
### Describe the bug Unless I'm mistaken, it seems that the library only exports the CameraControls class from its index.ts file. How to import all the other types? For instance,...
- `three` version: 0.158.0 - `@react-three/fiber` version: 8.15.10 - `@react-three/drei` version: 0.88.11 ### Problem description: The BVH component rebuilds its internal tree at each frame, which makes it unusably slow....
Hi @graeme-hill When using CMake, no INSTALL target is created if crossguid is not the root project. We're in this situation because we use crossguid as a submodule of a...
Hi @juj We use MathGeoLib alongside other libraries and recently suffered unexpected compilation errors whose cause took a bit of time to track. In the end, we found out it...
Hi :) I might have found a serialization bug. I have this issue where some fields sent over from the Ruby side are missing on the JS side. After a...
**Describe the bug** When using Filament in a project that also uses the commonly used [nlohmannJSON library](https://github.com/nlohmann/json), Filament's [assert_invariant macro](https://github.com/google/filament/blob/1305303f2ee730775f3ce964ce544c8735357c37/libs/utils/include/utils/debug.h#L27) conflicts with nlohmann's [assert_invariant function](https://github.com/nlohmann/json/blob/4b17f90f65be4ba980faa0bc1dee8745cf0d6028/include/nlohmann/json.hpp#L686). **To Reproduce** Steps to reproduce...
**Describe the bug** Contrary to what Filament's documentation states regarding the [interpolation mode](https://google.github.io/filament/Materials.html#materialdefinitions/materialblock/vertexandattributes:interpolation), setting it to **flat** does not seem to disable interpolation. Inspecting Filament's source code confirms this: -...
### Pre-flight checklist - [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [x]...
Disabling a PBR attribute with `SUMaterialSetMetalnessEnabled(material, false)` is reverted if we later set related values: ``` SUMaterialSetMetalnessEnabled(material, false); SUMaterialSetMetallicFactor(material, metalness); // becomes enabled SUMaterialSetMetallicTexture(material, suTexture); // becomes enabled ``` To...
This fixes issue https://github.com/velopack/velopack/issues/737 by using the new plist format and then the old one in case of failure. This fixes packaging on the latest MacOS Tahoe and preserves backward...