Esempio n. 1
0
        private void checkChanges()
        {
            if (this.myDof == null)
            {
                return;
            }

            if (this._quality != this.quality)
            {
                this._quality = this.quality;
                this.refreshQuality();
            }
            if (this._resolution != this.resolution)
            {
                this._resolution = this.resolution;
                this.refreshResolution();
            }
            if (this._focalDistance01 != this.focalDistance01)
            {
                this._focalDistance01 = this.focalDistance01;
                this.refreshFocalDistance01();
            }
            if (this._focalSize != this.focalSize)
            {
                this._focalSize = this.focalSize;
                this.refreshFocalSize();
            }
            if (this._visualize != this.visualize)
            {
                this._visualize = this.visualize;
                this.refreshVisualize();
            }
        }
        private void checkChanges()
        {
            if (this.myDof == null) {
            return;
            }

            if (this._quality != this.quality) {
            this._quality = this.quality;
            this.refreshQuality();
            }
            if (this._resolution != this.resolution) {
            this._resolution = this.resolution;
            this.refreshResolution();
            }
            if (this._focalDistance01 != this.focalDistance01) {
            this._focalDistance01 = this.focalDistance01;
            this.refreshFocalDistance01();
            }
            if (this._focalSize != this.focalSize) {
            this._focalSize = this.focalSize;
            this.refreshFocalSize();

            }
            if (this._visualize != this.visualize) {
            this._visualize = this.visualize;
            this.refreshVisualize();
            }
        }