Skip to content
This repository was archived by the owner on Jun 6, 2018. It is now read-only.

Basic Collision Detection

Closed Jan 13, 2017 100% complete

This milestone is being done as part of an independent study Fall 2015.

The goal of this milestone is to add a basic, reasonably performant form of collision detection to the engine. The system does not need to be optimal in all cases, it only needs to accurately detect all collisions and support some form of broadphase culling to keep performance reasona…

This milestone is being done as part of an independent study Fall 2015.

The goal of this milestone is to add a basic, reasonably performant form of collision detection to the engine. The system does not need to be optimal in all cases, it only needs to accurately detect all collisions and support some form of broadphase culling to keep performance reasonable. The design chosen is a grid-based broadphase pass because it has reasonable performance in most cases.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.