Quantcast
Channel: Question and Answer » libgdx
Viewing all articles
Browse latest Browse all 434

Shaperenderer circle line width

$
0
0

Is there any way to increase the width of the line that makes up the shaperenderers circle?

shape.begin(ShapeRenderer.ShapeType.Line);
shape.setProjectionMatrix(batch.getProjectionMatrix());
shape.setColor(1, 0.53f, 0.53f, 1);

shape.circle(nest.getCenter().x, nest.getCenter().y, radius, 500);

If not, is there any other approach that can give a similar effect?


Viewing all articles
Browse latest Browse all 434

Trending Articles