|
|
"Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
news:Xns### [at] 204213191226:
> I will try to make a little work-around - to make macro that will
> produce blob basing on any components, but probably the resoults will
> not be too good...
hmm I have little problem :
#declare obj=mesh {
triangle { <0,0,0> <1,2,3> <12,43,423> }
//...
inside_vector z
}
#if (inside(obj,<_x,_y,_z>))
generates error - because "obj" is not finite object.... but - it IS
finite, as said in docs - mesh with inside_vector can even be used in CSG
is this bug ? how can work around it ?
--
Post a reply to this message
|
|