Verse Library verse

01 Fragment

Conceptual comments for configuring sky gradient colors and sun properties.

verse-library/sky-atmosphere/01-fragment.verse

// This is a conceptual look at how the sky is set up.
// We are setting colors for different heights.

// 1. Set the bottom of the sky to Pink
Sky_Low_Color := <Color: Pink>

// 2. Set the middle of the sky to Purple
Sky_Mid_Color := <Color: Purple>

// 3. Set the top of the sky to Dark Blue (like space)
Sky_High_Color := <Color: Dark Blue>

// 4. Make the Sun big and bright
Sun_Size := 1.5 // Bigger than normal
Sun_Color := <Color: Orange>

Comments

    Sign in to vote, comment, or suggest an edit. Sign in