openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.9k stars 2.55k forks source link

ofEasyCam copy constructor #6722

Open dimitre opened 3 years ago

dimitre commented 3 years ago

I've noticed ofEasyCam doesn't have a copy constructor like ofCamera. Feel free to close if it is intended to be that way.

jaysonh commented 3 years ago

I noticed this a while ago, but ofCamera doesn't have a copy constructor either which I implemented myself. I'll take a look at my old cold and open a PR