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;