Hi all
i'am very 'green' so bare over with me..
I'm having two declared objects (just a sphere and a box):
obj1 & obj2
I would like to make a blob between them
i have tried
blob{
threshold .12
obj1
obj2
}
but that gives an error (must have one object..)
same with
blob{
threshold .12
object{obj1}
object{obj2}
}
i have looked through the 'handblob example' but all segments are
'hardcoded' inside the blobdefinition.
is it not posible 'to blob' with named/declared objects?
if so -how can u blob between complext objects?
regards krus
Post a reply to this message
|