rdb

Results 443 comments of rdb

I just uploaded an aarch64 wheel for Python 3.12 on Linux, can you try again? Note that the aarch64 builds don't have Cg/shader generator support in Panda 1.10.

Adding/subtracting a vector to/from a point should yield a point. That makes mathematical sense. However, I'm not sure it makes mathematical sense to add/subtract a point to/from a vector. What...

Removing the distinction between Point and Vector is unlikely to happen, since they behave differently in the context of transformations. Transforming a point will translate it, transforming a vector will...

They're not quite identical mathematically. A vector has an implicit fourth component of zero. A point has an implicit fourth component of one. This matters when transforming it using a...

What is the output log after setting gl-debug true, as instructed by the error message?

You must've gotten a more detailed error message on the terminal after setting that.

What's probably happening is that there is an OpenGL context used by Panda but that QWebEngineView is binding an OpenGL ES context, and Panda is making calls that are valid...

I wonder how this would best be implemented. The PGItem mechanism works like so: when a PGTop is encountered in the scene graph, the cull traverser switches to a special...

Well, the thing is… you're proposing that this functionality be split off from PGItem, but at the same time, you're asking for behaviour that is different from what PGItem offers....

Definitely not opposed to adding `set_has_tangents` to CardMaker and to a way to automatically generate tangents given a normal and texcoord set. We may want to consider #546 and how...