David Woodward

Results 5 issues of David Woodward

I would expect this test to fail because maxSupportedWeight=1 and the box weight=6, but it succeeds (see screenshot). The packer is placing boxes with a higher weight (6) on top...

Is there a way to limit stacking to only like products? Use case is road cases in the AV industry (they can only stack on each other because of the...

I'd like to make a `Number Field` that can also evaluate equations using [math.js](https://mathjs.org/index.html). "5 + 20" -> "25" "sqrt(16)" -> "4" Is this possible with the current `Number Field`?...

component: number field
support: question

When using `useLoader` with a custom `TextureLoader` that sets request headers, the headers are not included in the actual network request. This makes it impossible to load assets that require...

### Why Fixed a bug in the `Select` component's box selection feature where `prepareRay` was using `offsetX/offsetY` which fails when the pointer is over UI elements outside the canvas. Bug:...