Parcourir la source

Move Disney cloud to be in alphabetical order in README.md

Matt Pharr il y a 3 ans
Parent
commit
ca1a9fa882
1 fichiers modifiés avec 26 ajouts et 16 suppressions
  1. 26 16
      README.md

+ 26 - 16
README.md

@@ -76,6 +76,32 @@ Two frames of a fluid simlulation from [Yining Karl
 Li](http://www.yiningkarlli.com)'s nifty [Ariel fluid
 simulator](http://www.yiningkarlli.com/projects/arielflip.html).
 
+## Disney Cloud
+
+<img alt="Disney Cloud" src="images/disney-cloud/disney-cloud-hd.png" height="400"/>
+
+[disney-cloud/](https://github.com/mmp/pbrt-v4-scenes/tree/master/disney-cloud/)
+
+The cloud from the dataset provided by Disney ([see here](https://disney-animation.s3.amazonaws.com/uploads/production/data_set_asset/1/asset/Cloud_Readme.pdf)).
+
+The original dataset includes the HD render computed with Disney's
+Hyperion, and the cloud density field voxelized at different resolutions
+and stored in OpenVDB volumes.  It also includes a Mitsuba scene
+description file and the associated SD render computed with it.  The
+original dataset is Copyright 2017 Disney Enterprises, Inc. and is licensed
+under the [CCA-SA 3.0
+Licence](http://creativecommons.org/licenses/by-sa/3.0/).  The volumetric
+cloud model used for reference is a photograph by Kevin Udy provided on
+[the Colorado Clouds Blog](https://coclouds.com/436/cumulus/2012-07-26/)
+and licensed under the [CCA-SA 3.0
+Licence](http://creativecommons.org/licenses/by-sa/3.0/).
+
+The voxelized density field is stored in a NanoVDB volume that was
+converted from the OpenVDB "quarter" resolution volume due to github's
+limitations on file size; it can easily be replaced with higher-resolution
+versions downloaded from [Disney's
+website](https://www.disneyanimation.com/data-sets/?drawer=/resources/clouds/).
+
 ## Explosion
 
 <img alt="Explosion" src="images/explosion/explosion.png" height="400"/>
@@ -248,19 +274,3 @@ materials and lighting is much better--improvements to our conversion
 gratefully received!)
 
 [License](http://beeple-crap.com/resources.php).
-
-## Disney Cloud
-
-<img alt="Disney Cloud" src="images/disney-cloud/disney-cloud-hd.png" height="400"/>
-
-[disney-cloud/](https://github.com/mmp/pbrt-v4-scenes/tree/master/disney-cloud/)
-
-The cloud from the dataset provided by Disney ([see here](https://disney-animation.s3.amazonaws.com/uploads/production/data_set_asset/1/asset/Cloud_Readme.pdf)).
-
-The original dataset includes the HD render computed with Disney's Hyperion, and the cloud density field voxelized at different resolutions and stored in OpenVDB volumes.
-It also includes a Mitsuba scene description file and the associated SD render computed with it.
-The original dataset is Copyright 2017 Disney Enterprises, Inc. and is licensed under the [CCA-SA 3.0 Licence](http://creativecommons.org/licenses/by-sa/3.0/).
-The volumetric cloud model used for reference is a photograph by Kevin Udy provided on [the Colorado Clouds Blog](https://coclouds.com/436/cumulus/2012-07-26/) and licensed under the [CCA-SA 3.0 Licence](http://creativecommons.org/licenses/by-sa/3.0/).
-
-Here, we propose the Disney cloud scene, now manually ported to pbrt-v4 and ready to be rendered in SD (333x180 pixels) or HD (1998x1080 pixels).
-The voxelized density field is stored in a NanoVDB volume that was converted from the OpenVDB "quarter" resolution volume due to size limitations.