Panda3D
drawMask.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file drawMask.h
10  * @author drose
11  * @date 2002-03-13
12  */
13 
14 #ifndef DRAWMASK_H
15 #define DRAWMASK_H
16 
17 #include "pandabase.h"
18 
19 #include "bitMask.h"
20 
21 // This is the data type of the draw mask: the set of bits that every
22 // PandaNode has, as well as a Camera, and that a node must have at least some
23 // bits in common with the current Camera in order to be visible.
24 
25 typedef BitMask32 DrawMask;
26 
27 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.