From f00e297224b5ca27cd4613864eaa0e5f28700393 Mon Sep 17 00:00:00 2001 From: ssatguru Date: Wed, 3 Feb 2016 20:27:03 -0600 Subject: [PATCH] made rotationFunction and scaleFunction explicitly any --- babylonjs/babylon.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babylonjs/babylon.d.ts b/babylonjs/babylon.d.ts index d0c646e70..ecd9a0075 100644 --- a/babylonjs/babylon.d.ts +++ b/babylonjs/babylon.d.ts @@ -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;