リアルタイムの GI の更新を制限するためのしきい値。単位は「強度の変化のパーセンテージ」です。
リアルタイムのライトマップが更新される前に、入射光がどれだけ変更可能かを説明します。入射光が更新されるとき、Enlighten は、最後に入射光が更新されてからの入射光強度の差の合計を保持します。更新ごとに現在の差が追加されます。ですから、経時的に最後に更新されてからの差の合計になります。各更新で、Enlighten は、パーセンテージを示す updateThreshold 値が指定する差によって、光強度の今までの合計が前回の結果を超えているかを確認します。
値が低いということは、リアルタイムのライトマップがより頻繁に更新されるかわりに、CPU により重い負荷がかかることを意味しています。値が高いと、更新頻度は落ちますが、CPU に対する負担が軽くなります。
A value of 0 means that the realtime lightmap will update even on the smallest change in the input lighting. If the input lighting doesn't change, a value of 0 will not cause any updates to the lightmap. A positive value causes the Global Illumination to only update when the threshold is exceeded. This is useful for saving CPU cycles and updating those parts of the Scene where the lighting is being changed more frequently rather than other areas where the lighting is mostly static. The default value is 1%. Any positive value is fine but we recommend smaller values, as otherwise you might see popping artefacts (and incorrect radiosity).
CPU をより節約したい場合は、100% を超える値を設定することもできます。更新が発生する前は、エラー許容範囲は、実際に最大になっています。
負の値はすべて、一時的に一貫性を失わせる原因となります。そのため、ライティングに変化がまったくない場合でも、フレームごとにシステムが更新されます。
強度の値が高いと、強度の値が低い場合に比べ、更新する頻度が少なくなります。強度の高い光よりも強度の低い光でより頻繁に差が確認されるので、理に適っているといえます。
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.