@Fum! wrote:
Hello!
In ofxGui I can update a glm:vec3 parameter easlily this way:
my_parameters.add(position.set("position", glm::vec3(0,0,0), glm::vec3(-2,-2,-2), glm::vec3(2, 2, 2)));
How can I do the same in ofxImGui?
Thanks!
Posts: 5
Participants: 2