Last change
on this file since 4694 was
4520,
checked in by patrick, 19 years ago
|
orxonox/trunk: implemented bv, collision, and added a global cd defs file
|
File size:
547 bytes
|
Line | |
---|
1 | /*! |
---|
2 | \file collision_defs.h |
---|
3 | \brief Definition of some global collision data |
---|
4 | |
---|
5 | */ |
---|
6 | |
---|
7 | /* |
---|
8 | orxonox - the future of 3D-vertical-scrollers |
---|
9 | |
---|
10 | Copyright (C) 2004 orx |
---|
11 | |
---|
12 | This program is free software; you can redistribute it and/or modify |
---|
13 | it under the terms of the GNU General Public License as published by |
---|
14 | the Free Software Foundation; either version 2, or (at your option) |
---|
15 | any later version. |
---|
16 | |
---|
17 | ### File Specific: |
---|
18 | main-programmer: Patrick Boenzli |
---|
19 | co-programmer: ... |
---|
20 | */ |
---|
21 | |
---|
22 | #define MAX_BV_TREE_DEPTH 10 |
---|
23 | #define MIN_VERT_PER_BV 3 |
---|
Note: See
TracBrowser
for help on using the repository browser.