|
@@ -57,8 +57,8 @@ declare module BABYLON {
|
|
executeWhenReady(func: Function): void;
|
|
executeWhenReady(func: Function): void;
|
|
getWaitingItemsCount(): number;
|
|
getWaitingItemsCount(): number;
|
|
|
|
|
|
- beginAnimation(target: string, from: number, to: number, loop: boolean, speedRatio: number, onAnimationEnd: Function): void;
|
|
|
|
- stopAnimation(target: string);
|
|
|
|
|
|
+ beginAnimation(target: Mesh, from: number, to: number, loop: boolean, speedRatio?: number, onAnimationEnd?: Function): void;
|
|
|
|
+ stopAnimation(target: Mesh);
|
|
|
|
|
|
getViewMatrix(): Matrix;
|
|
getViewMatrix(): Matrix;
|
|
getProjectionMatrix(): Matrix;
|
|
getProjectionMatrix(): Matrix;
|