Functions

LKTransform

LKTransform()

Creates an identity.

rotate

rotate(double radians ,
double ,
double ,
double z)

makeRotation

makeRotation(double radians ,
double ,
double ,
double z)

LKAnimation

Functions

LKAnimation

LKAnimation(string type ,
string subtype ,
int curve ,
string fillMode ,
int flags ,
double speed)

parameters

type”oglFlip” , “pageCurl” , “pageUnCurl” , “suckEffect” , “spewEffect” , “genieEffect” , “unGenieEffect” , “twist” , “tubey” , “swirl” , “cameraIris” , “cameraIrisHollow” , “cameraIrisHollowOpen” , “cameraIrisHollowClose” , “charminUltra” , “zoomyIn” , “zoomyOut” , “oglApplicationSuspend”
subtype”fromLeft” , “fromTop” , “fromBottom” , “fromRight”
curve0 : ease in ease out , 1 : ease in , 2 : ease out , 3 : linear
fillModenot sure what the possible values are - use “extended”
flagsuse 15
speedthe smaller the slower.  1 is pretty fast.
LKTransform()
Creates an identity.
rotate(double radians ,
double ,
double ,
double z)
makeRotation(double radians ,
double ,
double ,
double z)
LKAnimation(string type ,
string subtype ,
int curve ,
string fillMode ,
int flags ,
double speed)