Page 1 of 1

Neighbours for ChipmunkSegmentShape

Posted: Fri Nov 15, 2013 12:31 pm
by Colin Gilbert
Hi,

Can a ChipmunkSegmentShape have multiple previous and/or next neighbours? I wish to implement a structure similar to a spider's web.

Thanks!
Coiln

Re: Neighbours for ChipmunkSegmentShape

Posted: Mon Nov 18, 2013 10:06 am
by slembcke
No, the neighbors property is only to avoid colliding with the ends of segments when you have a lot of them joined together. Otherwise if you make terrain using a chain of segments, it's possible to get caught on the "cracks" between the segments.