caffeinepills

Results 101 comments of caffeinepills

@abanuelo Any update on this, or is this ok to close?

Sounds good, if that still doesn't work, let me know. I am not familiar with trimesh, but if possible, if you can give an example of a basic trimesh script...

@abanuelo This should be resolved in #1208 (master branch currently, or next pyglet release) Let us know if this resolve things on your end.

Window was done. I will work on `graphics`.

Seems like your graphics card says it supports OpenGL 4.1, however when trying to create a context with attributes that support OpenGL 3.3, it is erroring. OpenGL 3.3 is required...

I have located the issue with this. It is how we handle memory management with Objective C, I will be working on a fix so that creating and closing windows...

Should be resolved in the PR provided (for Windows), feel free to try it out to confirm. Fixes on my Windows 10 machine.

> I'm not sure if this is exactly the same issue on Linux, because at a glance, we're not manually setting the position after returning from fullscreen. Unless I missed...

Issue was resolved. May need a separate ticket for Linux if behavior is still incorrect there.