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
{{ message }}
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
The order of vertices you are using for the the fullscreen quad in hp_drawLightfield() is wrong. Your vertices are in clockwise order instead of the OpenGL default counterclockwise order. Right now to see any output from hp_drawLightfield(), one has to either disable face culling or switch vertex winding with glFrontFace(GL_CW).