Fredrik Norén

Results 72 issues of Fredrik Norén

This is for converting between models which often come in a y-up coordinate system (maya) and game which often use a z-up system. Math from http://stackoverflow.com/questions/22571364/threejs-matrix-from-z-up-coordinate-system-to-y-up-coordinate-system

Hey, Been trying to use the quaternion slerp method but it seems to return bad results. Here's an algo that worked better for us: ``` rust let num2; let num3;...

Hi, I noticed that the [typetag](https://github.com/dtolnay/typetag) repository has been archived; has it been superseded by another library or what's the "official" way forward here for serializing trait objects?

**Description** If I specify binding groups in wgsl (using reflection, no layout), I can specify for instance group 0 and 2 (and skip 1), but when I try to bind...

type: bug
help wanted
area: validation

This file was exported from blender, but fails to parse with this library: [BuildingGenerator2HardNormalsGLTF.gltf.zip](https://github.com/gltf-rs/gltf/files/9001831/BuildingGenerator2HardNormalsGLTF.gltf.zip) It seems like it's because its scenes look like this: ``` "scenes" : [ { "name"...

Hi! I'm getting a segfault when I'm trying to use this with [wgpu](https://github.com/gfx-rs/wgpu-rs). Steps: 1. I copied their [hello-triangle](https://github.com/gfx-rs/wgpu-rs/tree/master/examples/hello-triangle) example. Works fine. 2. I added rusty_v8 to my Cargo.toml. Things...

When trying to ray cast with AABB with min and max=0. Gives the following error: thread 'main' panicked at 'Matrix index out of bounds.', /Users/fredrik/.cargo/registry/src/github.com-1ecc6299db9ec823/parry3d-0.7.1/src/query/clip/clip_aabb_line.rs:141:13

When I change an image, it's no longer shown as a diff in the UI. Only the new version of the image is show. @codingtwinky any ideas?

A way to undo changes, perhaps with a history of what you've done.

feature

### Environment How do you use Sentry? Sentry SaaS Which SDK and version? 0.26.0 ### Steps to Reproduce I'm capturing a panicking unwrap with sentry, but for some reason it...