FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Software Suggestions
(Moderator: fry)
   various strokeWidth in LINE_STRIP
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: various strokeWidth in LINE_STRIP  (Read 313 times)
pitaru

WWW Email
various strokeWidth in LINE_STRIP
« on: May 24th, 2003, 7:04pm »

Would be helpful if we could change the line's width as follows. It currently sets the entire line to the last mentioned strokeWidth.
 
beginShape(LINE_STRIP);
  strokeWidth(1);
  vertex(0,0);
  strokeWidth(2);  
  vertex(50,50);
  strokeWidth(3);
  vertex(10,100);
  vertex(50,0);
endShape();
 
fry


WWW
Re: various strokeWidth in LINE_STRIP
« Reply #1 on: Jun 24th, 2003, 9:11pm »

ah, this would be useful. i posted it on the todo list, though i doubt it'll be ready before 1.0.
 
Pages: 1 

« Previous topic | Next topic »