xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.15k stars 264 forks source link

Export queue #242

Closed rubydesign closed 6 years ago

rubydesign commented 6 years ago

I'm basically done with my project, it came out quite nice I think.

I have about 1000 pieces that make up the structure of a house(that can be resized) . As it is difficult to see the whole, I animate the pieces into existence.

Having tried different approaches and having read how you do it, I copied the queue that you use as task queue. Using the task queue did not quite work and does not give enough control over timing.

Anyway, long story short. Since the queue is there, it may as well be exposed, as it is useful.