Michele Sanna

Results 10 issues of Michele Sanna

Hi! is there any reason why there is a hard dependency on pyopengl==3.1.0? pyopengl is now at version 3.1.6, with lots of bug fixes and no API changes. Would it...

When the version of PyOpenGL-accelerate doesn't match the version of PyOpengl (eg. PyOpenGL==3.1.0 with PyOpenGL-accelerate==3.1.5) the memory usage of the process increases uncontrollably (even though in theory they should be...

The formulations of SH_reconstruct for rectangular envmaps in pytorch and tensorflow are inconsistent in that the returned envmaps are of shape: * `(res[0], res[1], coeffs.shape[0])` for pytorch * `(res[1], res[0],...

fixed rasterizer import

cla: yes

Congratulations on publishing the opengl rasterizer! Do you have any plans to implement this for Windows at some stage?

added default argument `zfar=DEFAULT_Z_FAR` to PerspectiveCamera to match the other camera implementations

Hi there! I'm trying to run the Python Rendering/Shadows example with vtk8.1.0, on windows 10 (through anaconda3). The result seems a bit odd to me. I can't understand where the...