Matthew Petroff

Results 328 comments of Matthew Petroff

I don't know how you generated your tiles, but they don't match the output of Pannellum's `generate.py` script or Pannellum's expected input format. For starters, Pannellum expects five zoom levels...

The problem is that pyshtools does not yet support Python 3.12. If you switch to Python 3.11, it should work. Python 3.12 removed `distutils`, which broke all Python libraries that...

Windows requires you to use double quotation marks to escape paths with spaces, e.g., `-n "C:\Program Files\Hugin\bin\nona.exe"`.

> when I move the Angle occasionally appear black lumps That (and the screenshot) isn't really enough information to go on. Do you have an example you can link to?...

That's a good question. As discussed in https://github.com/matplotlib/matplotlib/pull/27851, I've been using `ccs6` / `ccs8` / `ccs10` as placeholders, with `ccs` standing for "color cycle survey," but better names would be...

I can confirm that headless WebGL support can be problematic, and it's caused issues with CI in the past (and it why I haven't moved CI away from Travis CI...

There's no antialiasing, since WebGL 1 only supports mipmapping for power-of-two images. Safari added support for WebGL 2 more than two years ago at this point, and was the last...

This video looks like what I saw when I went to your example. Sorry if I'm being dense, but I still don't see the issue you're referring to.

Okay, I now understand the issue. The key was to just listen to the repetition rate in the audio and ignore everything else. Unfortunately, I'm not sure there's much I...