rotate| rotate( | double | radians | , | | double | x | , | | double | y | , | | | double | z | ) |
|
makeRotation| makeRotation( | double | radians | , | | double | x | , | | double | y | , | | | double | z | ) |
|
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” | | curve | 0 : ease in ease out , 1 : ease in , 2 : ease out , 3 : linear | | fillMode | not sure what the possible values are - use “extended” | | flags | use 15 | | speed | the smaller the slower. 1 is pretty fast. |
|