Panda3D
Loading...
Searching...
No Matches
portalMask.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 portalMask.h
10 * @author masad
11 * @date 2004-05-13
12 */
13
14#ifndef PORTALMASK_H
15#define PORTALMASK_H
16
17#include "pandabase.h"
18
19#include "bitMask.h"
20
21// This is the data type of the collision mask: the set of bits that every
22// CollisionNode has, and that any two nodes must have some in common in order
23// to be tested for a mutual intersection.
24
25// This file is templated from collideMask.h, hence it is here
26
27
28typedef BitMask32 PortalMask;
29
30#endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.