|
|
"LanuHum" <Lan### [at] yandexru> wrote:
> "And" <49341109@ntnu.edu.tw> wrote:
> > As title. This time support merge and variable radii.
>
> Thanks! Show the .pov file to understand how to assign radius.
> :)
I would put a .pov file latter.
But show you first here.
Like this:
#declare pts =
array[4]{
<0,0,0>,<0.3,0,0>,<0.7,0,0>,<1,0,0>
}
#declare rs =
array[4]{
0.1,0.2,0.15,0.1
}
object{
Shape_Bezierpoints_Sphere_Sweep(yes, 20, pts, rs)
}
Post a reply to this message
|
|