Skip to content

Commit

Permalink
added note to fix openframeworks#618
Browse files Browse the repository at this point in the history
  • Loading branch information
tpltnt committed Jul 23, 2015
1 parent c214832 commit 29b752d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/openFrameworks/3d/ofEasyCam.h
Expand Up @@ -47,6 +47,7 @@ class ofEasyCam : public ofCamera {

/// \brief Set the camera's distance to the target.
/// \param distance The distance to the target.
/// \note This call works in setup(). A call to setPosition() does not.
void setDistance(float distance);

/// \brief Get the distance to the target.
Expand Down

0 comments on commit 29b752d

Please sign in to comment.