What's
an N-Binary Loader?
It's
nearly the same as a binary loader, but it can load as many
sequences as you want. So you can transform two or more
calculated emitters into just one.
So, why
is all this so usefull?
-Binary Loaders can be used to split an effect into
smaller simulations. See the Compositing Particles tutorial
-By offseting some Binary Loadres a bit (in time and
space), you get a lot of particles behaving nearly the same
way... like incresing resolution, but no calculation is
needed. Offesting binloaders is also a great way to get
a better mesh.
Fig1: BinLoader as a trick to
increase resolution
-Sometimes the best way of meshing emitter is using
a new scene and bring in all the emitters using binloadres.
-The binloader can also be used for fixing parts of
the mesh.See the Fill and Drill tutorial