You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the plugin and I noticed that the 360 view for an RGBA image is black and white and distorted for some images
For example
I was able to get them to view properly by checking the image.mode property for the image object opened by PIL to check for RGB or RGBA, and accordingly, using GL_RGB or GL_RGBA as the argument to the glTexImage2D method, but thought you might want to take a look
The text was updated successfully, but these errors were encountered:
Thanks for the feedback I didn't notice because all the datasets I've used are in RGB.
If you already have the solution do not hesitate to sumbit a PR.
Hi,
I am using the plugin and I noticed that the 360 view for an RGBA image is black and white and distorted for some images
For example
I was able to get them to view properly by checking the image.mode property for the image object opened by PIL to check for RGB or RGBA, and accordingly, using GL_RGB or GL_RGBA as the argument to the glTexImage2D method, but thought you might want to take a look
The text was updated successfully, but these errors were encountered: