#include "../CollisionPairInserter.h"
#include "Stdafx.h"
#include <iostream>
#include "OPC_BoxBoxOverlap.h"
#include "OPC_TriTriOverlap.h"
Go to the source code of this file.
Macros | |
#define | ALTERNATIVE_CODE |
Alternative descent rules. More... | |
#define | FETCH_LEAF(prim_index, imesh, rot, trans) |
Request triangle vertices from the app and transform them. More... | |
#define | UPDATE_CACHE |
#define ALTERNATIVE_CODE |
Alternative descent rules.
Definition at line 476 of file OPC_TreeCollider.cpp.
#define FETCH_LEAF | ( | prim_index, | |
imesh, | |||
rot, | |||
trans | |||
) |
Request triangle vertices from the app and transform them.
Definition at line 693 of file OPC_TreeCollider.cpp.
#define UPDATE_CACHE |
Definition at line 330 of file OPC_TreeCollider.cpp.