Results 5 comments of zznewclear13

Although it’s off-topic, it is interesting that thermal camera can actually capture reflections.

> > Although it’s off-topic, it is interesting that thermal camera can actually capture reflections. > > Yeah, depending on the reflectivity of the material. In fact, this is what...

Any progress so far? I guess the workaround is deleting and redrawing primitives every frame?

Ok, thanks. I made an animation with primitives so I have to update every frame.

@v-ein Hi, just want to let you know, adding ``` _pmax.w = 1.0f; _pmin.w = 1.0f; ``` to `src/mvDrawings.cpp` line 1512-1513, function `void mvDrawRect::handleSpecificKeywordArgs(PyObject* dict)` solves this issue.