From 7064a1ffd32440752e5b65fc91001c2a3dfef6f5 Mon Sep 17 00:00:00 2001 From: MMqd Date: Fri, 30 Jun 2023 18:12:25 -0400 Subject: [PATCH] Minor edits --- README.md | 4 ++-- nishita_sky.gdshader | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c1732e..a14a2e7 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,6 @@ The variables prefixed with `precomputed_` are set by the `NishitaSky.gd` script * Position sun, stars, and moon using a real world date/time ## Images -* Moon albedo image was rendered from [NASA](https://svs.gsfc.nasa.gov/cgi-bin/details.cgi?aid=4720) +* Moon albedo was rendered from [NASA](https://svs.gsfc.nasa.gov/cgi-bin/details.cgi?aid=4720) * Night sky HDRI was underexposed and compressed to webp from [NASA](https://svs.gsfc.nasa.gov/4851#media_group_5169) -* Earth image was color corrected and converted to webp from [NASA](https://visibleearth.nasa.gov/images/74142/september-blue-marble-next-generation/74159l) +* Earth image was color corrected and compressed to webp from [NASA](https://visibleearth.nasa.gov/images/74142/september-blue-marble-next-generation/74159l) diff --git a/nishita_sky.gdshader b/nishita_sky.gdshader index f00f96a..66a834b 100644 --- a/nishita_sky.gdshader +++ b/nishita_sky.gdshader @@ -294,8 +294,8 @@ vec4[4] sample_sky(vec3 dir, vec3 pos, float visiblity) { /* Begin Cloud Parameters */ -// Cloud Raymarching based on: A. Schneider. “The earthRadiusal-Time Volumetric -// Cloudscapes Of Horizon: Zero Dawn”. ACM SIGGRAPH. Los Angeles, CA: ACM +// Cloud Raymarching based on: A. Schneider. "The earthRadiusal-Time Volumetric +// Cloudscapes Of Horizon: Zero Dawn". ACM SIGGRAPH. Los Angeles, CA: ACM // SIGGRAPH, 2015. Web. 26 Aug. 2015. uniform sampler3D worlnoise : filter_linear_mipmap, repeat_enable; @@ -488,7 +488,7 @@ void sky() { float horizon_dist = dir.y + horizon; if (clouds) { - /* start Clouds */ + /* Begin Clouds */ // if (POSITION.y < cloud_top){ if ((AT_CUBEMAP_PASS && AT_QUARTER_RES_PASS) || (!AT_CUBEMAP_PASS && AT_HALF_RES_PASS)) {