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

Hi! I have multiple meshes forming a single scene. From these meshes, I want to render an instance mask containing the index of the mesh visible. Here's an example of...

enhancement

I installed as guide https://pyrender.readthedocs.io/en/latest/install/index.html#python-installation but error occur detasets.py video 1/1 (1/343) /home/azuryl/data2/video/4p-c1_20212281641.mp4: orig_height, orig_width: 288 360 Traceback (most recent call last): File "track.py", line 663, in detect(args) File "track.py",...

I am running in a docker container based on nvidia/cudagl:11.4.2-runtime-ubuntu20.04 with python 3.8.10 and pyrender (0.1.45) installed (via pip). If I copy this [example](https://pyrender.readthedocs.io/en/latest/examples/quickstart.html#minimal-example-for-offscreen-rendering) into a file (adding `os.environ['PYOPENGL_PLATFORM'] =...

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

Hi I am using this awesome repo alongside trimesh, but the run_in_thread does not seem to work on macos. It seems to not work on the sample provided in the...

- [x] Add GitHub workflow. - [x] Add tox. - [x] Fixes flake8 errors. - [x] Fixes #188 - [x] Add black. - [x] Add support python 2.7, 3.6, 3.7,...

Hi~ When I used pyrender to generate some results, I met some errors. My environment is: Ubuntu 16.04, Python3.7, cuda10.0 and with PyOpenGL PyOpenGL_accelerate installed. ``` import math import trimesh...

I got the following error when I was trying to run the example in the [Google Colab notebook](https://colab.research.google.com/drive/1pcndwqeY8vker3bLKQNJKr3B-7-SYenE?usp=sharing): ``` --------------------------------------------------------------------------- NoSuchDisplayException Traceback (most recent call last) [](https://localhost:8080/#) in () 138...

It would be nice if pyrender could render glTF(glb) animation