cinder / Cinder

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

added getters to each geom::Object based off of available setters [Take Two] #2293

Open morphogencc opened 2 years ago

morphogencc commented 2 years ago

Second attempt at resolving https://github.com/cinder/Cinder/issues/1176! I created getters for each geom::Object type based only on what setters were available.

richardeakin commented 2 years ago

Hi @morphogencc, you'll also want to turn off the auto-format settings in your IDE so you aren't creating all the whitespace changes in there. Usually if you want to get your changes into an open source library, the best approach is to create a PR with the minimal set of changes possible. In this case I believe that would be just the .getXX() methods you've added.