pyrender icon indicating copy to clipboard operation
pyrender copied to clipboard

Easy-to-use glTF 2.0-compliant OpenGL renderer for visualization of 3D scenes.

Results 167 pyrender issues
Sort by recently updated
recently updated
newest added

TL;DR - how can I select the GPU that the EGL headless rendering runs on? I want to use `/dev/nvidia2` but it seems only `/dev/nvidia0` is supported. === I have...

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...

i made some code that is supposed to have the camera move to the pose that it gets updated with in real time. it looks something like this `actcam= pyrender.PerspectiveCamera(yfov=np.pi...

I am running the second example code from the [quickstart](https://pyrender.readthedocs.io/en/latest/examples/quickstart.html) changing/adding this part of the code: ``` flags = pyrender.RenderFlags.DEPTH_ONLY | pyrender.RenderFlags.OFFSCREEN depth = r.render(scene, flags = flags) ``` And...

Hello there, I'm trying to obtain a depth map using the orthographic camera. I took [this example code](https://pyrender.readthedocs.io/en/latest/examples/quickstart.html#minimal-example-for-offscreen-rendering) and replaced `PerspectiveCamera(yfov=np.pi / 3.0, aspectRatio=1.0)` with `OrthographicCamera(xmag=0.2,ymag=0.2)`. This is what I...

When I rendering the example obj fiel, everything is fine. But if I trying to render my obj file, it just showing nothing. No warring, no error message. Here is...

I was using backend egl in a headless server while I met this ERROR: ``` File "src/errorchecker.pyx", line 58, in OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError OpenGL.raw.EGL._errors.EGLError: EGLError( err = EGL_BAD_MATCH, baseOperation = eglCreateContext, cArguments...

Hi, I follow the step to install.But when I run the example , I got the bug "pyglet.window.NoSuchConfigException". If you know why, please tell me how to solve it ....

Hello, Is there a way to define the viewer so that it is always on top of the other windows ? Thanks, Best regards, Nicolas

On a Ubuntu 16.04.5 server machine I get this error: ``` File "/root/miniconda3/envs/py3.7_torch1.4.0/lib/python3.7/site-packages/OpenGL/error.py", line 232, in glCheckError baseOperation = baseOperation, OpenGL.error.GLError: GLError( err = 12297, baseOperation = eglCreateContext, cArguments =...