Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
www.jpct.net
»
jPCT-AE - a 3d engine for Android
»
Bugs
»
PolyLine and line width
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: PolyLine and line width (Read 3564 times)
jaco robier
byte
Posts: 14
PolyLine and line width
«
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 ?
«
Last Edit: July 27, 2015, 05:26:46 pm by jaco robier
»
Logged
My app=
https://play.google.com/store/apps/details?id=robotic.industrial
EgonOlsen
Administrator
quad
Posts: 12287
Re: PolyLine and line width
«
Reply #1 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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
www.jpct.net
»
jPCT-AE - a 3d engine for Android
»
Bugs
»
PolyLine and line width