From: timoore Date: Fri, 4 Jan 2008 07:33:23 +0000 (+0000) Subject: background node mask X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6be76b0ab6c5fe31ee2075b9f1df4b4a050a5d4;p=simgear.git background node mask --- diff --git a/simgear/scene/util/RenderConstants.hxx b/simgear/scene/util/RenderConstants.hxx index 54e4f075..3574a737 100644 --- a/simgear/scene/util/RenderConstants.hxx +++ b/simgear/scene/util/RenderConstants.hxx @@ -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: