openframeworks / ofSite

openFrameworks web site
http://openframeworks.cc
159 stars 577 forks source link

Documentation problem in of3dUtils > ofDrawAxis #734

Open lynnhu opened 4 years ago

lynnhu commented 4 years ago

Current it says:

Parameters: size The size at which to draw the axes.

I think it should say something like this:

It takes in a float as the size of axis and draws it.