Asger Nyman Christiansen

Results 117 comments of Asger Nyman Christiansen

Thanks for reporting! You're right, picking is not working in firefox, works fine in chrome and safari 🤷 Fortunately firefox shows a relevant warning, so shouldn't be too hard to...

I finally, after three months, got a bit of time to fix this. Ray intersect is working after [5d52c48](https://github.com/asny/three-d/commit/5d52c48c5d7338059d134f8c3e647f4c502e2b43). The problem is that it's not possible to read a float...

Oh and by the way, it's not a good idea to read the normals to the CPU if you want your application to perform. It's generally a bad idea to...

No problem 🙂 Ah cool. Yeah, reading the normal of a single pixel to CPU should perform just fine.

`three-d` just uses the [glutin](https://crates.io/crates/glutin) crate for creating a context and the error definitely originates from that crate, so I would suggest you post this question on their GH instead...

I'm not sure I understand 🤔 what will you use the catched shadows for? It sounds a bit like a shadow map, which is already supported. Or maybe it's a...

Yeah, ok, that's a very special use-case, but let's leave it open, this is probably a fun task to do 🙂

You can use z to define the order of your 2D shapes, but I would not recommend it. The problem is that the z value only makes sense relative to...

It should definitely be possible, it's exactly the same thing as `eframe` (`egui`) or the default `winit` window setup. All you need is an OpenGL context to use `three-d` and...

@Siliwolf Did you make it work? 🙂