cpreh / spacegameengine

An easy to use game engine written in C++
Boost Software License 1.0
7 stars 2 forks source link

Add different skies to scenic #64

Open pmiddend opened 12 years ago

pmiddend commented 12 years ago

Possible skies are:

Skies are a global scene property and should be initialized in the prototype ctor. Skydomes/boxes/gradients can be drawn after all other objects, clearing has to occur before everything else.

Make a variant containing all sky types.