DigitalCarleton / Prairie

A Game Development Toolkit for Historians
59 stars 11 forks source link

Area Annotations #67

Closed cpimhoff closed 7 years ago

cpimhoff commented 7 years ago

Currently, there is not much scaffolding or support for area based interactions. This needs to be created.

Player Area Annotations Property

FirstPersonInteractor.areaAnnotationsInRange must be coordinated and set by appropriate area annotations as the player enters and exits their bounding boxes.

Note: Implementing Player.drawToolbar(annotations) is blocked by this task. This can be implemented separately (as in, will be separated into its own Git issue), but relies on FirstPersonInteractor.areaAnnotationsInRange being set.