I want to increase the IndexedLineSet thickness here is my code:
geometry IndexedLineSet {
coord DEF Line Coordinate {
point [0 0 0, 0 0 0]
}
coordIndex [ 0, 1, -1 ]
}
I have tried lineWidth but it doesn't work is there any other attribute I can use?
Thanks.