facebook twitter hatena line email

「Unity/ReflectionProbe」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==サンプル== #映り込みのオブジェクトのmaterialを作成し、materialのsmoothnessを1へ #映り込みのオブジェクト以外のobjectをstaticへ #L...」)
 
行3: 行3:
 
#映り込みのオブジェクト以外のobjectをstaticへ
 
#映り込みのオブジェクト以外のobjectをstaticへ
 
#LightからReflectionProbeを設置して、範囲内に。
 
#LightからReflectionProbeを設置して、範囲内に。
#ReflectionProbeのBoxProjectionにチェックを付ける
+
#ReflectionProbeのBoxProjectionにチェックを付ける。
 +
#ReflectionProbeのInspectorの下にあるBakeボタンを押す。
 
==参考==
 
==参考==
 
https://creator.cluster.mu/2022/03/22/misaka-1/
 
https://creator.cluster.mu/2022/03/22/misaka-1/

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

サンプル

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

参考

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