dennemark
dennemark
Hey, I seem to be running into an issue when using useAssetManager. Assume I have a 3d model at a specific url, that I would like to load/unload multiple times....
Hi, I was wondering if there are great differences between useLoader or Model, except for Model being declarative and useLoader a nice hook? I found one answer https://github.com/brianzinn/react-babylonjs/issues/66#issuecomment-638372895 > The...
Hi, I haven´t tested it yet, but it should be possible to add patterns to svgs via the attached code. ``` import { fattribs, ff } from "./format.js"; import type...
Hi, I could not find a similar issue, yet. I am using a mesh for which I store submesh data in form of index groups. With draco compression I am...
### Version info **React:** 18 experimental **Firebase:** 9 **ReactFire:** 4 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case ### Steps to reproduce ``` const useMyHook= () =>...
### Version info **React:** 17 experimental with suspense **Firebase:** 8.6.2 **ReactFire:** 3.0.0-rc.0 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case I am using nextjs and reactfire. I...
As mentioned in a discussion, this issue should keep track of adding stronger typings to observables. Original discussion: Is my assumption right, that observables are updated properly? https://github.com/brianzinn/react-babylonjs/blob/daa6605d1702f282365d797a7b1ab3bc0cb89db8/packages/react-babylonjs/src/UpdateInstance.ts#L54 When writing...
I am wondering, if it is possible to extend the pointInside function and add a possibility to know if point is on polygon. Since classifyPoint works with -1, 0 and...
Hi, I am opening an issue to provide an example on how to generate a Straight-Skeleton via SVG. It does not contain the actual lines of the straight skeleton, but...
### What's not working? Hi, I am confronted with the issue, that a hook exported from my cells loses its type, when imported in another workspace. ### How do we...