cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.31k stars 939 forks source link

added getters to each geom::Object based off of available setters #2289

Closed morphogencc closed 2 years ago

morphogencc commented 2 years ago

Following the suggestion in #1176, I created getters for each geom::Object type based only on what setters were available.

andrewfb commented 2 years ago

Thanks for this, Nathan. I'm up to merge this (the presence of these accessors doesn't really conflict with any of the "philosophical" questions regarding the purpose of the geom types raised previously, IMO). That said, are you able to re-submit the PR where just GeomIo.h has been modified? It looks like some other changes made their way into this PR (hence the 46 files changes).

morphogencc commented 2 years ago

Ah, I missed that! Will resubmit.