rdb
rdb
It should document more clearly that point lights are supported with shadow mapping, and should document the caveats.
It would be convenient if cursor.observe/observeChanges would also auto-stop when the component is destroyed. Come to think of it, it might be a wild goose chase to track down and...
The level files are transposed compared to how they actually appear in the game.
Camera should not pop back upon releasing mouse, but controls should be relative to whatever camera angle is chosen.
## Description The bam cache should store the type of the loader used to load a particular model. When loading a model from the cache, it should check that the...
Khronos released a reference PBR tone mapper that gives decent results without excessive need for tweaking, such as is the case with Filmic tone mappers. It might be a good...
It appears that the only choices for building a wheel are to use the `py3` tag for a pure Python package or the native platform tag (eg. `cp312`). Is there...
It would be useful to support passing in any file-like object (implementing the [IOBase](https://docs.python.org/3/library/io.html#io.IOBase) interface) to a function accepting an `ostream` so that it is not necessary to open files...