From 88dec3586fe0a5649ef7d8864e390723cace9d05 Mon Sep 17 00:00:00 2001 From: emilybrown1 Date: Mon, 13 Sep 2021 10:12:34 +0100 Subject: [PATCH 1/2] planet center position support --- .../Documentation~/clouds-in-hdrp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.unity.render-pipelines.high-definition/Documentation~/clouds-in-hdrp.md b/com.unity.render-pipelines.high-definition/Documentation~/clouds-in-hdrp.md index dc5fdcd4249..848e69e874b 100644 --- a/com.unity.render-pipelines.high-definition/Documentation~/clouds-in-hdrp.md +++ b/com.unity.render-pipelines.high-definition/Documentation~/clouds-in-hdrp.md @@ -6,3 +6,5 @@ The High Definition Render Pipeline (HDRP) includes two cloud solutions that you - [Volumetric Clouds](Override-Volumetric-Clouds.md) You can use both solutions together. In this case, you can use Volumetric Clouds for closer, interactable (receives fog and volumetric light) clouds, and Cloud Layer for distant clouds that are part of the skybox. + +__Note:__ Neither Cloud Layer or Volumetric Clouds support Planet Center Position. From f8b89a73500558e46bd3caa1cb9fb1c3bf038bed Mon Sep 17 00:00:00 2001 From: sebastienlagarde Date: Thu, 16 Sep 2021 19:59:10 +0200 Subject: [PATCH 2/2] Update clouds-in-hdrp.md --- .../Documentation~/clouds-in-hdrp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.render-pipelines.high-definition/Documentation~/clouds-in-hdrp.md b/com.unity.render-pipelines.high-definition/Documentation~/clouds-in-hdrp.md index 848e69e874b..fab3362b330 100644 --- a/com.unity.render-pipelines.high-definition/Documentation~/clouds-in-hdrp.md +++ b/com.unity.render-pipelines.high-definition/Documentation~/clouds-in-hdrp.md @@ -7,4 +7,4 @@ The High Definition Render Pipeline (HDRP) includes two cloud solutions that you You can use both solutions together. In this case, you can use Volumetric Clouds for closer, interactable (receives fog and volumetric light) clouds, and Cloud Layer for distant clouds that are part of the skybox. -__Note:__ Neither Cloud Layer or Volumetric Clouds support Planet Center Position. +__Note:__ Cloud Layer and Volumetric Clouds do not support Planet Center Position.