From 8556651db447c5a34148bab4ad7d6a0a142cc0fe Mon Sep 17 00:00:00 2001 From: Jordan Santell Date: Thu, 9 Jul 2020 14:50:57 -0700 Subject: [PATCH] Update link to paper in Sky.js --- examples/js/objects/Sky.js | 2 +- examples/jsm/objects/Sky.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/js/objects/Sky.js b/examples/js/objects/Sky.js index d33c8e04c1a78..f4edfaccf9796 100644 --- a/examples/js/objects/Sky.js +++ b/examples/js/objects/Sky.js @@ -4,7 +4,7 @@ console.warn( "THREE.Sky: As part of the transition to ES6 Modules, the files in * * Based on "A Practical Analytic Model for Daylight" * aka The Preetham Model, the de facto standard analytic skydome model - * http://www.cs.utah.edu/~shirley/papers/sunsky/sunsky.pdf + * https://www.researchgate.net/publication/220720443_A_Practical_Analytic_Model_for_Daylight * * First implemented by Simon Wallner * http://www.simonwallner.at/projects/atmospheric-scattering diff --git a/examples/jsm/objects/Sky.js b/examples/jsm/objects/Sky.js index 9fd21dbbce181..321a3f3720c4b 100644 --- a/examples/jsm/objects/Sky.js +++ b/examples/jsm/objects/Sky.js @@ -3,7 +3,7 @@ * * Based on "A Practical Analytic Model for Daylight" * aka The Preetham Model, the de facto standard analytic skydome model - * http://www.cs.utah.edu/~shirley/papers/sunsky/sunsky.pdf + * https://www.researchgate.net/publication/220720443_A_Practical_Analytic_Model_for_Daylight * * First implemented by Simon Wallner * http://www.simonwallner.at/projects/atmospheric-scattering