www.jpct.net

jPCT-AE - a 3d engine for Android => Bugs => Topic started by: jaco robier on July 26, 2015, 07:39:23 pm

Title: PolyLine and line width
Post by: jaco robier on July 26, 2015, 07:39:23 pm
Hello,
I use the class PolyLine and i have problem with the method SetWidth

   Polyline1.setPointMode(True); // mode pixel
   polyline1.setWidth(35);
=> the width of the pixel is correct.


   Polyline1.setPointMode(False); // mode line
   polyline1.setWidth(35);
=> The Width of the line is incorrect: the width never change and always the line width=1 ?


Bug or Normal ?


Title: Re: PolyLine and line width
Post by: EgonOlsen on July 27, 2015, 06:44:45 pm
IIRC, then that's normal. I'll take a look at it though, but that will take two weeks, because I'm quite offline ATM.