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
It seems to work if you just rebuild videolab yourself using 2018.4.x, then export the package for use in VideoLabTest. This worked for me, though a couple of shaders seem broken. I also had to set the graphics api to gles2 per: https://github.com/teenageengineering/videolab/wiki/Exporting-for-OP%E2%80%90Z . I don't think gles2 understands this bit:
float4 Vertex(uint vid : SV_VertexID) : SV_Position
so boing, primitive, text1, and tiltbrush don't quite work for me, but everything else was fine.
The videopaks does not seem to work on version 1.2+ of the app. On iOS they load but display mainly magenta triangles. On macOS they don't even load.
The text was updated successfully, but these errors were encountered: