Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyOpenGL3.1.5 #69

Open
FlorianBertonBrightClue opened this issue Dec 16, 2021 · 0 comments
Open

PyOpenGL3.1.5 #69

FlorianBertonBrightClue opened this issue Dec 16, 2021 · 0 comments

Comments

@FlorianBertonBrightClue

Hello,

Were you planning to update the version of PyOpenGl. In the latest (3.1.5) there is osmesa, so by using this were not a dependency toward your fork of PyOpenGL.

I made a fork of pyrender (https://github.com/FlorianBertonBrightClue/pyrender) where I change in the setup.py 'PyOpenGL==3.1.0' to 'PyOpenGL>=3.1.5'

And I ran your coverage test. Only one was failling (test_meshes):

E       assert None is not None
E        +  where None = <pyrender.material.MetallicRoughnessMaterial object at 0x7fb4ec8f7d90>.emissiveTexture
E        +    where <pyrender.material.MetallicRoughnessMaterial object at 0x7fb4ec8f7d90> = <pyrender.primitive.Primitive object at 0x7fb4ec8f7df0>.material

tests/unit/test_meshes.py:121: AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant