Rezmason / drivey

An ECMAScript port of the graphics demo "Drivey"
https://rezmason.github.io/drivey
GNU General Public License v3.0
124 stars 8 forks source link

City world view shows clouds #10

Closed pforhan closed 6 years ago

pforhan commented 6 years ago

and they obscure what's below. Should we take them out? Make them transparent?

Rezmason commented 6 years ago

I'll create a sky object layer, which will only be in the scene graph when the active camera is the driver camera

Rezmason commented 6 years ago

There we go