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

Hello, I would like to know if you were planning to update the dependance to OpenGL in order to use the pyOpengl 3.1.5? Because now, Osmesa is in the pyOpengl...

Hi, thanks for setting up this amazing library!! I was wondering if its possible to render a scene without the need for adding lights. For example, since a mesh has...

These problems are fixed in the latest pyglet versions (i.e. 1.4.8). However when I update pyglet I get `ERROR: pyrender 0.1.33 has requirement pyglet==1.4.0b1, but you'll have pyglet 1.4.8 which...

Hi @mmatl thanks for such a great work. Actually I'm working on [this](https://github.com/mkocabas/VIBE/) Github repository which is using Pyrender. As I mentioned in [issue of this repository ](https://github.com/mkocabas/VIBE/issues/27) that there...

Hi, I am trying to render images using pyrender Offscreen renderer tool. It works well on a GPU workstation but fails if I try on an Ubuntu 16.04 VM. I...

The documentation of IntrinsicsCamera states that the fx and fy input parameters are in units of meters. However, it is difficult for me to understand what that means, since to...

``` Traceback (most recent call last): File "/Users/xxx/anaconda3/envs/voca/lib/python3.6/site-packages/pyrender/platforms/pyglet.py", line 32, in init_context width=1, height=1) File "/Users/xxx/anaconda3/envs/voca/lib/python3.6/site-packages/pyglet/window/__init__.py", line 643, in __init__ self._create() File "/Users/xxx/anaconda3/envs/voca/lib/python3.6/site-packages/pyglet/window/cocoa/__init__.py", line 210, in _create self.context.attach(self.canvas) File "/Users/xxx/anaconda3/envs/voca/lib/python3.6/site-packages/pyglet/gl/cocoa.py",...

![image](https://user-images.githubusercontent.com/47941141/114833854-96ad6000-9e02-11eb-9be6-580908be5230.png) Any idea how to solve this problem? Thanks a lot

I have already set doublesided=True. My render is as follows. ![Figure_1](https://user-images.githubusercontent.com/19463133/135050342-6f4ae1df-f91e-4990-8b78-04c64e440d78.png) I want to get results with the back face and front face render with same color. ![Figure_2](https://user-images.githubusercontent.com/19463133/135050453-7948e9de-16ce-4fcb-84b7-6ae65ba3b69c.png) How to...