Rotate Videoplane from Corners

StvDee's icon

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.

dtr's icon

Not sure what you mean exactly but can't it be solved by a translation-rotation-translation combo?

Rob Ramirez's icon

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.

dtr's icon

neat!