rdb

Results 548 comments of rdb

I think I'd like to create a ParamArray class as subclass of ParamValue for this, with pipeline cycling added to that. It was designed to be the way to hold...

There is extra overhead associated with supporting this that will apply to all rendering, but it's generally useful enough to consider adding it (perhaps with a config switch). Thought on...

I agree we ought to have separate directories exposed for config vs cache. I'm a little nervous that changing these paths is a significant breaking change, since games will no...

See: https://en.wikipedia.org/wiki/BSD_licenses "Modified BSD License" refers to the 3-clause BSD license.

We don't have a setMinSize on WindowProperties, did you forget to commit something? Furthermore, I believe the referenced issue was already fixed by #1705, is the fix in there not...

If you want to work on it, go ahead. Probably just needs some extra code in `OpenALAudioSound::set_3d_attributes` to convert the coordinates.

Still interested in addressing the PR feedback or should someone else pick this up?

In this code, what happens if neither is set?

It would be useful to have these convenience functions, but on a sidenote, you can currently already implement sleep in two ways: ```python await Task.pause(1.0) ``` Or: ```python from direct.interval.IntervalGlobal...

Thank you for these changes. In principle, I am grateful for adding unit tests. However, we don't really have a good set-up to build and run C++ tests at the...