C# Class FlatRedBall.Graphics.Model.Animation.Content.MeshSplitter.MeshSplitPart

Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
MeshSplitPart ( MeshSplitter splitter, Microsoft.Xna.Framework.Content.Pipeline.Graphics.GeometryContent geom, int vertexStartIndex ) : System
Process ( ) : Microsoft.Xna.Framework.Content.Pipeline.Graphics.MeshContent

Private Methods

Method Description
Finish ( ) : void
GetWeightChannel ( ) : void

Method Details

MeshSplitPart() public method

public MeshSplitPart ( MeshSplitter splitter, Microsoft.Xna.Framework.Content.Pipeline.Graphics.GeometryContent geom, int vertexStartIndex ) : System
splitter MeshSplitter
geom Microsoft.Xna.Framework.Content.Pipeline.Graphics.GeometryContent
vertexStartIndex int
return System

Process() public method

public Process ( ) : Microsoft.Xna.Framework.Content.Pipeline.Graphics.MeshContent
return Microsoft.Xna.Framework.Content.Pipeline.Graphics.MeshContent