Skip to content

pyrender: Failed rendering frame #110

@HOMGH

Description

@HOMGH

These steps resolved the rendering issue for me:

  1. Set the environment variable:

    setenv PYOPENGL_PLATFORM egl
  2. Upgrade PyOpenGL and PyOpenGL_accelerate:

    pip install --upgrade PyOpenGL PyOpenGL_accelerate
  3. In demo.py, make sure to set the environment variable in code:

    import os
    os.environ['PYOPENGL_PLATFORM'] = 'egl'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions