|
|
From the images you posted, it seems that your two isosurfaces are NOT the
same shape, thus are not meshing together properly.
Rather than making two regions, why not make just one, then create the other
from it...
Example:
#local oRegion=
isosurface{...}
#local oOtherRegion=
difference
{
box{...}
object{oRegion}
}
This way you will be guaranteed that the two regions will mesh together
perfectly.
Rarius
Post a reply to this message
|
|