|
|
Hello,
I have a really stupid question.
I want to draw a line (a cylinder in fact), between two points in a
"gradual way". Let us take two points A and B separated by a distance
DIST and trying to do :
delta = 0
while (delta < DIST)
draw cylinder from A to A+delta
increment delta
end
And the 'last' cylinder is draw from A to B.
I'm lost between 'vnormalize', 'vtransform' and 'reorient' :(
Probably very easy, but I'm ditching.
--
Kurtz le pirate
Compagnie de la Banquise
Post a reply to this message
|
|