Nick Porcino
Nick Porcino
Here's a radially symmetric file for testing ``` IESNA:LM-63-2002 [TEST] 15905 [TESTLAB] LUMINAIRE TESTING LABORATORY, INC. [ISSUEDATE] 06-11-2009 [MANUFAC] COLOR KINETICS [LUMCAT] C-SPLASH 2-FROSTED-ALL ON [LUMINAIRE] CAST BRASS HOUSING, FROSTED...
OpenUSD's implementation, which went through a few iterations with DCC vendors (they helped write the code) is somewhat complex and presented here for reference. The leading comment explains the algorithm,...
I was thinking that a reasonable GfIsClose might be abs(1 - abs(q1 x q2*)) < eps where x is a multiplication and * is the inverse. That would capture the...
Ps, I am suggesting the norm comparison rather than an element wise comparison because the elements of a quaternion are coupled, and the norm comparison will test the distribution of...
If you go into src/deps/pybind11, and git pull to the latest pybind11, does the problem resolve? Our copy of pybind11 is over a year old, and I wonder if there...
Thanks for investigating. We should bump it. A blocker is that the CI is currently failing so we'll need to take a look at that. Something is attempting to invoke...
Good catch, would you like submit a PR with your proposed change?
As a baseline, do you have metrics for uncompressed scanline and tiled reads?
This is fantastic data, thank you. Are you aware of the `staging/cpp-rewrite` branch? The Core has been rewritten in C with concurrency and general performance in mind; it will be...
I'm using FetchContent as well. Since glfw doesn't create and install glfwConfig.cmake in the usual manner, the build is slowed down a fair amount because FetchContent goes to the internet,...