Rotate Videoplane from Corners
The title says it all. I'm having trouble rotating from the corners (or from any user specified point).
There is one alternative using jit.gl.sketch, but I would like to know if it is possible or not with jit.gl.videoplane.
Thanks!
Stav.
Not sure what you mean exactly but can't it be solved by a translation-rotation-translation combo?
check out the new @anchor attribute in jit.gl objects.
setting @anchor to 1, -1, 0 will allow you to rotate around the upper-left corner of the videoplane.
neat!