@Jordi wrote:
It seems that ofNode is storing its properties with ofParameters:
ofParameter<glm::vec3> position; ofParameter<glm::quat> orientation; ofParameter<glm::vec3> scale;
Now, how can I add these to a parameter group to easily store them into a JSON/XML file? I don't find a way to do so..
Posts: 3
Participants: 2