Feeds
답변 있음
How to update position of impoly vertices using setPosition within addNewPositionCallback?
You need to pass p parameter in the callback function like this: addNewPositionCallback(p,@(pos)updatePos(p,pos)); and the...
How to update position of impoly vertices using setPosition within addNewPositionCallback?
You need to pass p parameter in the callback function like this: addNewPositionCallback(p,@(pos)updatePos(p,pos)); and the...
대략 8년 전 | 0

