Skip to content

Commit 7de4af9

Browse files
author
Frank Kane
committed
Update the enums for SilverLining cloud types.
1 parent 7d43e94 commit 7de4af9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/osgEarthSilverLining/SilverLiningAPIWrapper

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ namespace osgEarth { namespace SilverLining
1818
enum CloudTypes
1919
{
2020
CIRROCUMULUS, /*!< High planar cloud puffs */
21+
CIRROSTRATUS, /*!< High, thin uniform planar cloud */
2122
CIRRUS_FIBRATUS, /*!< High, thicker and fibrous clouds that signal changing weather */
2223
STRATUS, /*!< Low clouds represented as a slab */
2324
CUMULUS_MEDIOCRIS, /*!< Low, puffy clouds on fair days */
2425
CUMULUS_CONGESTUS, /*!< Large cumulus clouds, built for performance. */
2526
CUMULUS_CONGESTUS_HI_RES, /*!< Large cumulus clouds represented with high-resolution puff textures. */
2627
CUMULONIMBUS_CAPPILATUS, /*!< Big storm clouds. */
27-
STRATOCUMULUS, /*!< Low, dense, puffy clouds with some sun breaks between them. */
28+
STRATOCUMULUS, /*!< Low, dense, puffy clouds with some sun breaks between them. Implemented with GPU ray-casting. */
29+
STRATOCUMULUS_PARTICLES, /*!< Low, dense, puffy clouds with some sun breaks between them. Implemented with billboard particles. */
2830
TOWERING_CUMULUS, /*!< Very large, tall cumulus clouds in the process of becoming a thunderstorm.*/
2931
SANDSTORM, /*!< A "haboob" cloud of dust intended to be positioned at ground level. */
3032
NUM_CLOUD_TYPES /*!< Total number of cloud types. */

0 commit comments

Comments
 (0)