Quote Originally Posted by Winnssench View Post
hello Everyone I am new to Qt, my project consists of reading data from csv file to make skeleton animation with spheres and for that I used Qtimer to add spheres at each timeout for the next line of data, for now it works but it saves the old spheres that I added at the previous timeout, I tried creating new QEntity but it didn't work, please help guys thank you in advance
You are going to have to show at least a pseudo-code description of what you are doing... but a compilable example of what you are doing would be better.