Michael MIGLIORE

Results 154 comments of Michael MIGLIORE

I agree with @joa-quim, C bindings are required. Not only for Julia, but other language like Rust could use it.

The current API is `virtual interactor& setKeyPressCallBack(std::function callBack)` and you want to replace it with `virtual interactor& setKeyPressCallBack(int mod, int keycode, std::function callBack)`, right? I think it makes sense. We...

I agree. Related: https://github.com/f3d-app/f3d/issues/59 It's on my to-do list but with low priority. If someone want to do it, I can help.

Not yet. I can focus on that one after USD, I agree it's very important to support it.

Add that to the 2.4 plan and assign it to me.

Yes, Windows nightly generation is currently broken (https://github.com/f3d-app/f3d-superbuild/issues/154). Let me know if you find any issues with the Draco extension.

Is it working if you open the file with `--geometry-only`?

Blending between texture and vertex color makes sense, so there's a bug here in my opinion. However, it's definitely not critical.