CameraMotionBank
CameraMotionBank class
Constructor Summary
Public Constructor | ||
public |
constructor |
Method Summary
Public Methods | ||
public |
addMotionReader(motionReader: MotionReader): void add motion reader to this bank |
|
public |
get file ID |
|
public |
get camera motion from file |
|
public |
getMotionFromFile(motionFile: File, options: Object): File get camera motion from File object |
|
public |
onloadMotion(motion: Motion): void |
Public Constructors
Public Methods
public addMotionReader(motionReader: MotionReader): void source
add motion reader to this bank
Params:
Name | Type | Attribute | Description |
motionReader | MotionReader | camera motion reader |
Return:
void |
public getFileID(file: File): String source
get file ID
Params:
Name | Type | Attribute | Description |
file | File |
public getMotion(motionFile: String | File, options: Object): File source
get camera motion from file
Return:
File |