I trying to get Vertexes Position list by using
infoVertex = (CustomVertex[])AnimationRootFrame.MeshData.Mesh.VertexBuffer.Lock(0,
LockFlags.ReadOnly);
but it was error because was null. I thought there were no null objects.
Or there are another way to detecting vertexes position.
Thanks.