rdb

Results 76 issues of rdb

## Description A Python Panda3D program compiled for Android dies when the phone is rotated. This seems to happen irrespective of any values specified in `android:configChanged` in `AndroidManifest.xml`. There is...

bug
android

## Problem When users have unoptimised scenes with many objects with unique transformations, the first bottleneck they usually hit is the some element of the transformation cache, usually the garbage...

enhancement
performance
discussion

I think having a fullscreen switch alter the window size and origin is a design mistake. The window size and origin settings on WindowProperties should be preserved while the window...

discussion
usability

The M_selector texture stage mode, which was previously silently ignored, is being currently widely used to store ORM textures (with metalness in the blue channel and roughness in the red...

enhancement
discussion

Python moved to macOS 10.13 as the minimum as of Python 3.13, citing that their download statistics are showing 99.98% of users being on 10.13 and higher. It is becoming...

discussion

The C++ libp3showbase library (part of `panda3d.direct`) contains only a small handful of functions to augment the Python ShowBase code. However, many of these functions are either unused or unnecessary,...

cleanup
direct