XNA Creators Club Online
Page 1 of 1 (1 items)
Sort Posts: Previous Next

[C#] How to detect each Vertexes Position in AnimationRootFrame

Last post 04-22-2008 4:44 AM by gde. 0 replies.
  • 04-22-2008 4:44 AM

    [C#] How to detect each Vertexes Position in AnimationRootFrame

    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.
Page 1 of 1 (1 items) Previous Next