Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

ofNode and ofParameter

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4929