updateProxy method
Update the proxy of the shape.
Implementation
@override
void updateProxy(){
aabb.setFromPoints(verts);
aabb.expandByScalar(aabbProx);
if(proxy != null) proxy!.update();
}
Update the proxy of the shape.
@override
void updateProxy(){
aabb.setFromPoints(verts);
aabb.expandByScalar(aabbProx);
if(proxy != null) proxy!.update();
}