Property | Type | Description | |
---|---|---|---|
gammaCorrection | float | ||
handController | HandController | ||
retrievedEye | EYE |
Method | Description | |
---|---|---|
ImageNow ( ) : long | ||
LeapNow ( ) : long | ||
OnPreRender ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
registerImageBasedMaterial ( LeapImageBasedMaterial imageBasedMaterial ) : void | ||
unregisterImageBasedMaterial ( LeapImageBasedMaterial imageBasedMaterial ) : void |
Method | Description | |
---|---|---|
bytesPerPixel ( TextureFormat format ) : int | ||
encodeFloat ( float value, byte &byte0, byte &byte1 ) : void | ||
getTextureFormat ( Image image ) : TextureFormat | ||
initDistortion ( Image image ) : void | ||
initImageBasedMaterial ( LeapImageBasedMaterial imageBasedMaterial ) : void | ||
initMainTexture ( Image image ) : void | ||
loadDistortion ( Image image ) : void | ||
loadMainTexture ( Image sourceImage ) : void | ||
totalBytes ( Texture2D texture ) : int | ||
updateImageBasedMaterial ( LeapImageBasedMaterial imageBasedMaterial, Image &image ) : void |
public static registerImageBasedMaterial ( LeapImageBasedMaterial imageBasedMaterial ) : void | ||
imageBasedMaterial | LeapImageBasedMaterial | |
return | void |
public static unregisterImageBasedMaterial ( LeapImageBasedMaterial imageBasedMaterial ) : void | ||
imageBasedMaterial | LeapImageBasedMaterial | |
return | void |