Browse Source

missing doc link

jbousquie 8 years ago
parent
commit
ae3331f369
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Lights/Shadows/babylon.shadowGenerator.ts

+ 1 - 0
src/Lights/Shadows/babylon.shadowGenerator.ts

@@ -141,6 +141,7 @@
          * Required parameters : 
          * -  `mapSize` (integer), the size of the texture what stores the shadows. Example : 1024.    
          * - `light` : the light object generating the shadows.  
+         * Documentation : http://doc.babylonjs.com/tutorials/shadows  
          */
         constructor(mapSize: number, light: IShadowLight) {
             this._light = light;