@Bruno_Afonso wrote:
Hi,
How can I find all entries in a ofParameterGroup and extract their min, max, type etc? I can get the name...
for (auto i: mainWindow->xpto.parameters ) { cout << i->getName() << endl; }
I want this to generate a gui using ofxdatgui which currently does not support ofparameters.
Posts: 1
Participants: 1