Author Topic: Maximum Polyline Width ?  (Read 2440 times)

Offline atreyu64

  • byte
  • *
  • Posts: 44
    • View Profile
Maximum Polyline Width ?
« on: December 05, 2014, 01:32:43 pm »
Hi,


I have noticed that on both JPCT and JPCT-AE the polylines are limitted to a maximum width.
This is not really a problem for me on PC because screens all have pretty much the same pixel density. But on android, it's a different story...

So my question is : is there a way to overcome this polyline width limit ?


Thanks in advance, cheers !

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Maximum Polyline Width ?
« Reply #1 on: December 05, 2014, 01:50:01 pm »
Has to be a hardware limit. I'm not limiting the width in any way. According to the docs, only 1 is guaranteed to be supported by all GL implementations.

Offline atreyu64

  • byte
  • *
  • Posts: 44
    • View Profile
Re: Maximum Polyline Width ?
« Reply #2 on: December 05, 2014, 01:52:01 pm »
(oups, sorry i didn't want to post this in the Project section, thanks EgonOlsen for moving it into the right place !)

Ok, that's what I was afraid of...

Thanks !