Nathan Vegdahl

Results 148 comments of Nathan Vegdahl

In my pathtracer I wrap all of Glam's types in my own math library, and have separate `Vector` and `Point` types. In fact, I even have a separate `Normal` type...

Yes, this is definitely something we want to support. Since it's a major release with breaking changes, however, it's not entirely clear to me if it's feasible to support within...

Hi Aaron! Thanks for the report. This definitely needs to be addressed. I don't have the bandwidth to tackle this myself right now, but if you or anyone else can...

As I discovered in issue #46, it appears that the changes made to fix this actually break other things. Looking at the git history of the OpenEXR project, it also...

Yeah, I saw that they mentioned the same change in v2.4.2 as well. And the first thing I actually did was take a crack at making a fix that accounted...

Hmm... that's odd. I wonder if the Ilm libraries build with different names on MacOS? On Linux on my machine, the library files are named like so (building them from...

Ah, yes! This is definitely something we want to support. Just haven't gotten around to it. I think the main concern is design. The C++ API allows for some C++...

@Ralith Would love your thoughts on this, if you have the time!

> Why diverge from the upstream FooOutputFile naming scheme here? [...] That's an excellent point. Yeah, let's try to match naming wherever possible. > I poked around the input end...

> Reviewing the docs this seems to be the intended use pattern--either you know in advance that your file has a specific layout or you don't care. I have trouble...