Searched refs:DA (Results 1 – 3 of 3) sorted by relevance
32 class DA extends Base { class
32188 const DA = t => 4 * Math.PI * Math.PI * t * t;32290 nt2lm: DA,54842 …return m.director.root.pipeline.pipelineSceneData.isHDR ? this._luminanceHDR * DA(this._size) : th…54847 this._luminanceHDR = t / DA(this._size);54919 return 1700 / DA(.15);54926 return 1700 / DA(.15) * By.standardExposureValue * By.standardLightMeterScale;54978 …return m.director.root.pipeline.pipelineSceneData.isHDR ? this._luminanceHDR * DA(this._size) : th…54983 this._luminanceHDR = t / DA(this._size);55100 return 1700 / DA(.15);55107 return 1700 / DA(.15) * By.standardExposureValue * By.standardLightMeterScale;
12485 +let da = new DA();