Exemplo n.º 1
0
        public void UpdateTransform(CollisionShape shape, OpenTK.Matrix4 transform)
        {
            var index = shapes.IndexOf(shape);

            com.UpdateChildTransform(index, transform);
        }