POV-Ray : Newsgroups : povray.animations : Drawing lines... : Drawing lines... Server Time
25 Apr 2024 09:04:56 EDT (-0400)
  Drawing lines...  
From: kurtz le pirate
Date: 12 Oct 2019 11:15:09
Message: <5da1edfd$1@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.