]> git.mxchange.org Git - simgear.git/commitdiff
background node mask
authortimoore <timoore>
Fri, 4 Jan 2008 07:33:23 +0000 (07:33 +0000)
committertimoore <timoore>
Fri, 4 Jan 2008 07:33:23 +0000 (07:33 +0000)
simgear/scene/util/RenderConstants.hxx

index 54e4f0756d9cbd763dd94144fec8366478f251a6..3574a737d2bca703aca8bf941f50612867102130 100644 (file)
@@ -38,7 +38,8 @@ enum NodeMask {
     GROUNDLIGHTS2_BIT = (1 << 9),
     RUNWAYLIGHTS_BIT = (1 << 10),
     LIGHTS_BITS = (GROUNDLIGHTS0_BIT | GROUNDLIGHTS1_BIT | GROUNDLIGHTS2_BIT
-                   | RUNWAYLIGHTS_BIT)
+                   | RUNWAYLIGHTS_BIT),
+    BACKGROUND_BIT = (1 << 11)
 };
 
 // Theory of bin numbering: