ib00

Results 16 comments of ib00

Thanks for clarification. There's two applications: 1. REPL Basically, I want to use write some code on and interactively execute it. 2. My main interest is using JIT to perform...

Thanks! I presume that TaskSet idea would also work with C API.

Thanks! With minor modification, I can confirm that both C++ and C versions you gave work nicely. I appreciate you making this library available.

I think what's missing is an 'escape' operator. It would be nice to have.

I have related questions. 1. How do you actually perform the intersection with two level BVH? I understand how it's done on a CPU (ie, you just intersect the primitives...

Thanks. The TLAS/BLAS traversal makes sense. Support for arbitrary primitives seems much harder. You can probably add 1-2 primitive types, but to be more general (like what pbrt-v4 does), it...

What changes are needed in the library to support batch normalization?

Thank you. It's a bit hard to do some quick prototyping. For example, just trying a small test for AnyDSL jit compilation (in runtime project). But, I was able to...

I haven't seen this definition before (for BRDFs) -- is there a good reference for it? The point is to unify surface and volume scattering?

Has anybody written a direct ozz importer for BVH animations?