Method | Description | |
---|---|---|
Process ( Microsoft.Xna.Framework.Content.Pipeline.Graphics.NodeContent input, ContentProcessorContext context ) : Microsoft.Xna.Framework.Content.Pipeline.Processors.ModelContent |
The main Process method converts an intermediate format content pipeline NodeContent tree to a ModelContent object with embedded tangent data.
|
Method | Description | |
---|---|---|
ProcessVertexChannel ( Microsoft.Xna.Framework.Content.Pipeline.Graphics.GeometryContent geometry, int vertexChannelIndex, ContentProcessorContext context ) : void |
Method | Description | |
---|---|---|
GenerateTangents ( Microsoft.Xna.Framework.Content.Pipeline.Graphics.NodeContent input, ContentProcessorContext context ) : void |
Generates Tangent Data for a Mesh
|
public Process ( Microsoft.Xna.Framework.Content.Pipeline.Graphics.NodeContent input, ContentProcessorContext context ) : Microsoft.Xna.Framework.Content.Pipeline.Processors.ModelContent | ||
input | Microsoft.Xna.Framework.Content.Pipeline.Graphics.NodeContent | |
context | ContentProcessorContext | |
return | Microsoft.Xna.Framework.Content.Pipeline.Processors.ModelContent |
protected ProcessVertexChannel ( Microsoft.Xna.Framework.Content.Pipeline.Graphics.GeometryContent geometry, int vertexChannelIndex, ContentProcessorContext context ) : void | ||
geometry | Microsoft.Xna.Framework.Content.Pipeline.Graphics.GeometryContent | |
vertexChannelIndex | int | |
context | ContentProcessorContext | |
return | void |