made rotationFunction and scaleFunction explicitly any

This commit is contained in:
ssatguru
2016-02-03 20:27:03 -06:00
parent 918a4e841d
commit f00e297224
+2 -2
View File
@@ -4517,8 +4517,8 @@ declare module BABYLON {
static ExtrudeShapeCustom(name: string, options: {
shape: Vector3[];
path: Vector3[];
scaleFunction?;
rotationFunction?;
scaleFunction?any;
rotationFunction?:any;
ribbonCloseArray?: boolean;
ribbonClosePath?: boolean;
cap?: number;