basically b2.ChainShape:createChain(vertices) will work in this way
b2.ChainShape:createChain(0,0,100,100,200,300,.....)
now i have one table which contains almost 1000 numbers [dynamically generated] and i want to pass all this 1000 numbers to createchain function any idea how to do this
Comments