rdb
rdb
pview is currently unable to use Python loader plug-ins (such as panda3d-gltf). This seems to be a major stumbling block for some users as the intuitive expectation is that it...
Under very shallow angles, especially in conjunction with normal mapping, shadow acne can occur with the built-in shadow mapping. DepthOffsetAttrib is not sufficient at addressing these issues as it doesn't...
Currently Panda passes normal, tangent and binormal (bitangent) vertex columns separately in order to support normal mapping. But, in most cases these three vectors form an orthonormal basis (or should,...
One of the first things that users will notice when switching to a [gamma-correct](https://www.panda3d.org/blog/the-new-opengl-features-in-panda3d-1-9/) pipeline is that all their light, material, and vertex colors will look different. While we provide...
When an out-of-bounds or invalid value is passed to a C++ method, there is usually an error message of the following sort: ``` AssertionError: _error_type == ET_ok ``` Or: ```...
At the moment, embedded texture data in .bam files is stored uncompressed. This makes these .bam files unnecessarily massive. It would be useful if Panda could use a lossless compression...
## Description It would be useful to add an option to bam-info to list all the referenced textures in the bam file, their paths, and whether they are found on...
I am running wizer on a large wasm file with 80390 data segments (I can provide it on request). The file output by wizer does preserve my data segments but...
Hello, Apologies if this is already documented somewhere, but I was unable to find it. I'm trying to find out how I can easily find _where_ a particular call to...
Python 3.8 just went EOL. That was the last Python version to support Windows 7. Just following upstream, like we do normally, therefore would mean we are dropping Windows 7....