Go to the source code of this file.
|
namespace | vrecko |
| Second level of space paritioning queries - detailed searching inside object.
|
|
#define CNBB_F_FORCE_AABBOX 0x00000001 |
Forces the output box to be an AABox (the transformation will be the identity transform). Otherwise the resulting box will be an AABox, which must be transformed by the result transformation (which also includes scaling). If this flag is used, the [outTranform] parameter can be NULL.
#define CNBB_F_NO_SELF_TRANSFORM 0x00000004 |
Can only be used together with CNBB_F_ONLY_LOCAL_TRANSFORM. The transformation matrix of the object itself will be ignored
#define CNBB_F_ONLY_LOCAL_TRANSFORM 0x00000002 |
The parent transformations won't be taken into account.
#define EOIH_IF_START_BEGINNING 0x00000001 |
(Normal) Start from the beginning
#define EOIH_IF_START_CURRENT 0x00000002 |
Start from the object that the other iterator is processing. Calling getAndLockNextObject() will lock this object.
#define EOIH_IF_START_NEXT 0x00000004 |
Start from the object that is immediately after the one that the other iterator is processing.