>
> When I uploaded the file, truck.g, merging and conversion worked pretty
> fine.
> But when I upload the file toyjeep.g, I get the following error
That is the same error you mentioned before, isn't it?
https://www.mail-archive.com/brlcad-devel@lists.sourceforge.net/msg05983.html
Can you share the merging logic in simple language so that anyone
> without meteor knowledge can review it?
Sure. Before it converted every part of the object like this:
g-obj -o out1.obj in.g PART-1
g-obj -o out2.obj in.g PART-2
...
g-obj -o outN.obj in.g PART-N
Which resulted in N obj files. But g-obj can convert multiple parts at once
like this:
g-obj -o out.obj in.g PART-1 PART-2 ... PART-N
So g-obj is responsible for merging.
The dangling faces error was present before changing the convertion logic.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel