jPCT-AE - a 3d engine for Android > Bugs

PolyLine and line width

(1/1)

jaco robier:
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 ?


EgonOlsen:
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.

Navigation

[0] Message Index

Go to full version