rdb
rdb
I put this in my setup.py: ``` 'platforms': ['macosx_11_0_arm64'], ``` And it built... something. I am unable to run it because I don't have access to macOS hardware at the...
I see the need for this, but to be honest, I'm not really keen on turning build_apps into a Java build system. Maybe it would be an idea to let...
What about instead offering access to pyjnius (and by extension, plyer)? Would that satisfy your use cases? https://python-for-android.readthedocs.io/en/stable/apis/
Try retaining a reference to the model: ```python self.model = model ```
I think this changed in 1.10.0 as a fix for #145; as of that change, Audio3DManager uses WeakNodePath to be able to check whether an object is removed and automatically...
This is a feature, not a bug; FilterManager simply expects that you correct this in the shader. That said, we could at least be writing out correct texture coordinates for...
FWIW I realised doing this via quad texture coordinates won't work because there can be more than one texture input with different texture resolutions. Better to document the behaviour, maybe...
Some notes: * It occurred to me that generating tangents will require understanding the topology, but GeomVertexData only has access to the vertices and not the primitives. Considering that, perhaps...
It would be very helpful to see the pstats charts. If you have the pstats process running, press 1 in the pipeline to enable it.
Also, keep in mind you can double-click the labels on the left to get a more detailed subdivision of that category of the graph. For example, clicking the "Draw" label...