まずはレンダリング 下記より、スタンドアロンとAPI SDKをダウンロードする。 https://luxcorerender.org/download/ それぞれ適当なフォルダに展開する(私の場合Cドライブ直下に置いた)。スタンドアロンのフォルダにある、luxcoreui.exe を実行する。出てきたウインドウのRendering→Loadを選択して、SDKのフォルダにあるscenesの下にあるフォルダの中から、適当なcfgファイルを選択すると、レンダリングが開始する。下の画像は、scenes/simple/simple.cfgを選択した場合の画像である。 最初ノイズまみれな画像から、だんだんときれいになっていく様子を見ることができる。ずっとレンダリングし続けるので、止める場合は、Rendering→Pauseを選択する。再開するときは、Rendering→Resumeを押す。 上のウインドウとは別で表示されているコンソールに、以下のようなものが出力され続けるのだが、どうやら処理を進めることで、ノイズが少なくなるということらしい。 [LuxCore][31.734] Noise estimation: first pass [LuxCore][59.578] Noise estimation: Error mean = 0.00993405 [LuxCore][101.531] Noise estimation: Error mean = 0.00612393 [LuxCore][142.218] Noise estimation: Error mean = 0.00357345 [LuxCore][180.250] Noise estimation: Error mean = 0.00257599 [LuxCore][218.015] Noise estimation: Error mean = 0.00201924 [LuxCore][258.171] Noise estimation: Error mean = 0.00166048 [LuxCore][301.125] Noise estimation: Error mean = 0.00140384 [LuxCore][339.734] Noise estimation: Error mean = 0.00...
コメント
コメントを投稿