]> git.mxchange.org Git - simgear.git/commit
Preserve initial "state" by careful use of glPushAttrib() and glPopAttrib()
authorcurt <curt>
Tue, 22 Aug 2000 02:40:13 +0000 (02:40 +0000)
committercurt <curt>
Tue, 22 Aug 2000 02:40:13 +0000 (02:40 +0000)
commit25b743bdec8d04ce3b15d560a942c1d5ee685ee2
treee1f2d393868303e71a5d4dbf74a9e9cbc4a46bc2
parentdbf7db02a2d5e98e07e5ed83213ceb31a8b5373c
Preserve initial "state" by careful use of glPushAttrib() and glPopAttrib()
being careful to manually call getState()->apply() before the glPushAttrib()
so that the ssg state handling mechanism doesn't get derailed accidentally.
simgear/sky/dome.cxx
simgear/sky/moon.cxx
simgear/sky/oursun.cxx
simgear/sky/stars.cxx