DRMaterialProcessor Class |
Namespace: DigitalRune.Graphics.Content.Pipeline
The DRMaterialProcessor type exposes the following members.
Name | Description | |
---|---|---|
DRMaterialProcessor | Initializes a new instance of the DRMaterialProcessor class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnBuildEffect |
Builds effect content.
| |
OnBuildTexture |
Builds texture content.
| |
Process |
Processes the specified input data and returns the result.
(Overrides ContentProcessor.Process(UTP, ContentProcessorContext).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
DefaultPass |
The name of the default render pass.
|
Name | Description | |
---|---|---|
ColorKeyColor |
Gets or sets the color used when color keying for a texture is enabled. When color keying,
all pixels of a specified color are replaced with transparent black.
| |
ColorKeyEnabled |
Gets or sets a value indicating whether color keying of a model is enabled.
| |
DefaultEffectFile |
Gets or sets the path of the default DirectX effect file.
| |
DefaultEffectType |
Gets or sets the type of the default effect.
| |
GenerateMipmaps |
Gets or sets a value indicating whether a full chain of mipmaps is generated from the source
material. Existing mipmaps of the material are not replaced.
| |
InputTextureGamma |
Gets or sets the gamma of the input textures.
| |
OutputTextureGamma |
Gets or sets the gamma of the output textures.
| |
PremultiplyTextureAlpha |
Gets or sets a value indicating whether alpha premultiply of textures is enabled.
| |
ReferenceAlpha |
Gets or sets the reference alpha value, which is used in the alpha test.
| |
ResizeTexturesToPowerOfTwo |
Gets or sets a value indicating whether resizing of textures are enabled.
| |
ScaleTextureAlphaToCoverage |
Gets or sets a value indicating whether the alpha of the textures should be scaled to
achieve the same alpha test coverage as in the source images.
| |
TextureFormat |
Gets or sets the texture format of output materials.
|