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

Fix: https://github.com/mmatl/pyrender/issues/288

In pyrender, users can choose 3 types of cameras model: PerspectiveCamera, OrthographicCamera and IntrinsicsCamera. In IntrinsicsCamera, users can input the specific intrinsic parameters of camera. But how can I input...

Small changes to fix texture loading errors that caused crashes when converting some glb models loaded with trimesh to pyrender scenes using `pyrender.Scene.from_trimesh_scene` - material.py: updated baseColorTexture.setter to check for...

Fix issue with numpy dependency where version 2.0.0 is not supported #288

I think this is quite a urgent issue since new installations of pyrender break. The new major release of numpy brings braking changes in the api making pyrender not compatible...

Hello, I visualize my scene (file .ply), but I only see the black and white color in the scene. Here is my .ply [file](https://drive.google.com/file/d/1G3xzEyr6JMPf9j_blL6Qoutflq0aGAKh/view?usp=sharing). Here is my code: ```import pyrender...

Solves #293. This PR relaxes the PyOpenGL version dependency, enabling compatibility with OSMesa for offscreen rendering. Testing was conducted on Python versions 3.10 through 3.12, across both Ubuntu (22.04 and...

callback would not take into arguments if kwargs is present

Hi there, During installation, exception will pop up saying it depends on llvm-6.0 etc but it is not installable on Ubuntu 22.04. The llvm official website seems to say they...

Hi, Pyrender is currently broken on Python 3.12 and 3.13 because of an issue with OpenGL 3.1.0, which got solved in some version up to 3.1.9. Commit 7c613e relaxes the...