auduno / headtrackr

Javascript library for headtracking via webcam and WebRTC/getUserMedia
3.69k stars 504 forks source link

Fix Typo in controllers... #15

Closed terraboops closed 11 years ago

terraboops commented 11 years ago

The controllers file was missing a period.

headtrackr.controllers.threerealisticRelativeCameraControl => headtrackr.controllers.three.realisticRelativeCameraControl

auduno commented 11 years ago

Yep, that was a typo. Thanks for the observation!

terraboops commented 11 years ago

NP! Thanks for this wonderful library!