WebGL (TM) Library
 

mapMirrorX Library Method

Short Description: Mirror texture in X direction

Signature: t.mapMirrorX ()
Group: Texture
Class: transition Class
 

Mirrors the texture of the current transition on the X-axis.

Examples

var a=taccgl.actor("testimg").mapMirrorX("testimg").start();
RUN

WebGL™ is a trademark of the Khronos Group Inc.

Next Page:transition.mapRelative - Map texture relative to current HTML element
Previous Page: transition.mapMirrorY - Mirror texture in Y direction