rdb
rdb
For the record, so that it's clear how the removed decal implementation worked: when encountering a node with a DecalEffect, Panda ran some really hacky traverser that gathered up all...
Sounds like a fair feature request, and I would recommend that we support async/await as well (like loadModel), so that people can just do this inside an async function: ```python...
@Moguri The original "FMOD Ex" became the new "FMOD Low-Level API". It is largely the same API and I have a patch somewhere to be able to compile with the...
We need someone willing to do the sleuth work to figure out which APIs we can use on different platforms to accomplish this.
I suppose nobody has tried to compile the SDL version of tinydisplay for a while. I suggest disabling SDL when compiling Panda3D.
This is an interesting idea. I don't think this would be *particularly* difficult to implement. Currently, the way it works is this: MouseWatcher keeps track of which MouseWatcherRegion the mouse...
Mouse wheels are treated very similarly to mouse button presses, I believe. What HTML/JavaScript does, which might be a way to consider, is pass the event to a parent element...
In principle I think that it should be possible to have an empty menu. The main problem is that (as far as I understand) there's no way for an options...
I'd be fine with having an empty label setting that is by default the empty string.
VFSImporter needs to be rewritten for the newer Python APIs.