Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)

Use Polytope collision for faster mesh intersection tests, so SOLID can actually use that qhull lib now.
This commit is contained in:
2004-11-22 10:19:19 +00:00
parent cf91617d78
commit 46fbe6b01e
28 changed files with 579 additions and 297 deletions

View File

@@ -197,8 +197,7 @@ public:
void SchedulePolygons(
const MT_Transform &transform,
int drawingmode,
class RAS_IRasterizer* rasty
int drawingmode
);
void ClearArrayData();