]> git.mxchange.org Git - simgear.git/commit
Fix cloud layer - point lights visibility issue
authortimoore <timoore>
Fri, 21 Dec 2007 06:24:53 +0000 (06:24 +0000)
committertimoore <timoore>
Fri, 21 Dec 2007 06:24:53 +0000 (06:24 +0000)
commit4324ffccf4bdcf34f8f8bd2f03d408fb6c958ed0
tree48238ae4f24661e96751ab26059eaba76716cd40
parent182ee9d7e4132d15c54581359a9c134900084121
Fix cloud layer - point lights visibility issue

Move point lights to render bin 8, clouds to render bin 9. Turn on
AlphaFunc for cloud layers.

Create a StateAttributeFactory object to create and share common state
objects.
simgear/scene/sky/cloud.cxx
simgear/scene/tgdb/pt_lights.cxx
simgear/scene/util/Makefile.am
simgear/scene/util/RenderConstants.hxx
simgear/scene/util/StateAttributeFactory.cxx [new file with mode: 0644]
simgear/scene/util/StateAttributeFactory.hxx [new file with mode: 0644]