ModelProcessor Members
The following tables list the members exposed by the ModelProcessor type.
Public Constructors
Name | Description | |
---|---|---|
ModelProcessor | Initializes a new instance of ModelProcessor. |
Public Properties
Name | Description | |
---|---|---|
ColorKeyColor | Specifies the color used when color keying for a texture is enabled. | |
ColorKeyEnabled | Specifies whether color keying of a model is enabled. | |
DefaultEffect | The default effect type for this instance of ModelProcessor. | |
GenerateMipmaps | Specifies whether a full chain of mipmaps is generated from the source material. | |
GenerateTangentFrames | Gets or sets the value of the Generate Tangent Frames processor parameter. | |
PremultiplyTextureAlpha | Specifies whether alpha premultiply of textures is enabled. | |
PremultiplyVertexColors | Specifies if premultiply of vertex colors is enabled. | |
ResizeTexturesToPowerOfTwo | Specifies whether resizing of textures are enabled. | |
RotationX | Gets or sets the value of the X Axis Rotation processor parameter. | |
RotationY | Gets or sets the value of the Y Axis Rotation processor parameter. | |
RotationZ | Gets or sets the value of the Z Axis Rotation processor parameter. | |
Scale | Gets or sets the value of the Scale processor parameter. | |
SwapWindingOrder | Gets or sets the value of the Swap Winding Order processor parameter. | |
TextureFormat | Specifies the texture format of output materials. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Process | Converts mesh content to model content. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
ConvertMaterial | Called by the framework when the MaterialContent property of a GeometryContent object is encountered in the input node collection. | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ProcessGeometryUsingMaterial | Processes all geometry using a specified material. | |
ProcessVertexChannel | Processes geometry content vertex channels at the specified index. |
See Also
Reference
ModelProcessor Class
Microsoft.Xna.Framework.Content.Pipeline.Processors Namespace