Matthew Matl

Results 33 comments of Matthew Matl

@Phylliade Great, happy to hear that it is of use! Let me know if you need any help. Best, Matt

So sorry for the delayed reply, just saw this! Nice PR, I'll test it and merge it soon. Best, Matt

Try forcibly installing pycollada==0.6. The newest version of pycollada fails to load.

Hi @wilbown Thanks for the issue! I don't have a windows machine, so I haven't been able to test this behavior yet. It seems like Pyglet explicitly disallows multithreading on...

Actually, come to think of it, there is another option -- instead of calling the viewer with `run_in_thread` set, in your application, start a new thread to run your scene...

It's perfectly possible to do this by simply deprojecting the depth image into 3D points. I'll mock up a bit of code that does this and put it in a...

I'll do that and add it to the camera classes. Will try to write it up tonight.

Add a PR to correct the hard dep and I'll patch!

Could you provide me your code and any associated data files (i.e. meshes and textures)? Basically, I need a minimal working example that reproduces this error to help you debug.

Please do, since I haven't been able to replicate this issue on my end.