facebook twitter hatena line email

「Unity/ReflectionProbe」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(サンプル)
 
行5: 行5:
 
#ReflectionProbeのBoxProjectionにチェックを付ける。
 
#ReflectionProbeのBoxProjectionにチェックを付ける。
 
#ReflectionProbeのInspectorの下にあるBakeボタンを押す。
 
#ReflectionProbeのInspectorの下にあるBakeボタンを押す。
 +
#Unityメインメニュー/Window/Renderring/Lighting/"Generate Lighting"ボタンを押す
 +
 
==参考==
 
==参考==
 
https://creator.cluster.mu/2022/03/22/misaka-1/
 
https://creator.cluster.mu/2022/03/22/misaka-1/

2023年2月8日 (水) 03:19時点における最新版

サンプル

  1. 映り込みのオブジェクトのmaterialを作成し、materialのsmoothnessを1へ
  2. 映り込みのオブジェクト以外のobjectをstaticへ
  3. LightからReflectionProbeを設置して、範囲内に。
  4. ReflectionProbeのBoxProjectionにチェックを付ける。
  5. ReflectionProbeのInspectorの下にあるBakeボタンを押す。
  6. Unityメインメニュー/Window/Renderring/Lighting/"Generate Lighting"ボタンを押す

参考

https://creator.cluster.mu/2022/03/22/misaka-1/