
Thu, 03/04/2010 - 13:48
Forums:
Hi, I am still in my early asessment of occ. Can any one answer my questions:
Different objects can start moving (or called 'fly') to their preset locations, and with different speed at same time? (like a simple explosion simulation)
If true, how?
Fri, 03/05/2010 - 09:35
Hi,
You will have to provide your own functions to calculate the movement, but animation is possible.
Every diplayed object can have a so called location, which is the objects transformation matrix.
Manipulating this matrix will result in the object being rendered in another place.
Things you ought to look at for this:
good luck
Fri, 03/05/2010 - 12:14
Thanks, Tilman, it sounds reasonable.
I will try it.