Explorar el Código

missing doc link

jbousquie hace 8 años
padre
commit
ae3331f369
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Lights/Shadows/babylon.shadowGenerator.ts

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

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