Benjamin

Results 144 comments of Benjamin

Thanks for the updated info, and test code. I don't have access to a Mac at the moment, but I can test it on my Linux machine with the OpenAL...

Looks like the FFmpeg decoder is not always returning enough bytes to keep the OpenAL driver's buffer filled. This should be fixable, so I'll get back to it after some...

I would add that using `print` is going to be unreliable for this kind of measurement, since some terminal emulators can't consistently print at high rates.

Hi @kcmw3e, thanks for opening the ticket. There are no plans to do this at the moment, but if it's something you're interested in working on, I'd be happy to...

That functionality isn't currently exposed, but calling `srcgroup._advance()` may work. A public method could be added if there is demand. Long term, it would be nice if the functionality of...

Thanks for opening the ticket. By any chance, do you know if this is an intended change?

Hi classner, For the 2.0 branch, it's just that the default shaders have not yet been finished, and don't actually have a `normals` attribute yet. I was planning on getting...

Issue #117 contains an example of behavior that needs to be implemented.

Hi @nickums Unfortunately I can't really offer much help with that, but It does look like those guides are targeted towards Python 2. That could be your issue. The upcoming...

Closing this as a lot has changed. The Shader module is now documented in 2.0, and works well for most use cases. There is also no plan to create a...