Trevor Baron %!s(int64=7) %!d(string=hai) anos
pai
achega
5fd34ee8a1
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      src/PostProcess/babylon.depthOfFieldEffect.ts

+ 7 - 0
src/PostProcess/babylon.depthOfFieldEffect.ts

@@ -155,12 +155,19 @@ module BABYLON {
             this._depthOfFieldMerge.dispose(camera);
         }
 
+        /**
+         * Internal
+         */
         public _updateEffects(){
             for(var effect in this._effects){
                 this._effects[effect].updateEffect();
             }
         }
 
+        /**
+         * Internal
+         * @returns if all the contained post processes are ready.
+         */
         public _isReady(){
             for(var effect in this._effects){
                 if(!this._effects[effect].isReady()){