rendering model for (sadly, master explodes past ~600 slaves, and
even when it doesn't, it becomes the bottleneck).
This has reduced me to have each "slave" dump IGIs to local disk,
collect them via scp and "manually" accumulate them into one final IGI.
To perform the final accumulation step, I wrote a litte tool that I thought
others might find useful.
There already is a tool that does this somewhere else in the forums, but
since I don't use windows and since the other tool that does has no source
code attached, I went a rewrote one myself.
It should work with recent IGIs (version 4, with layers).
Source code is here:
http://www.mgix.com/snippets/igiacc.cpp
Compile with:
Code: Select all
g++ -g0 -O3 -fomit-frame-pointer -o igiacc igiacc.cpphttp://www.mgix.com/snippets/igiacc.exe.bz2
Use as follows:
Code: Select all
igiacc *.igi- Mgix

